Skip to content

Commit e1991f9

Browse files
committed
Merge branch '5.3.x'
2 parents 7769ded + 54bdab4 commit e1991f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ configure(allprojects) { project ->
8686
dependency "org.ogce:xpp3:1.1.6"
8787
dependency "org.yaml:snakeyaml:1.30"
8888

89-
dependency "com.h2database:h2:1.4.200"
89+
dependency "com.h2database:h2:2.0.206"
9090
dependency "com.github.ben-manes.caffeine:caffeine:3.0.5"
9191
dependency "com.github.librepdf:openpdf:1.3.26"
9292
dependency "com.rometools:rome:1.16.0"

spring-r2dbc/spring-r2dbc.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ dependencies {
1717
testImplementation(testFixtures(project(":spring-context")))
1818
testImplementation("io.projectreactor:reactor-test")
1919
testImplementation("io.r2dbc:r2dbc-h2")
20+
testImplementation("com.h2database:h2:1.4.200") {
21+
because("r2dbc-h2 does not yet support H2 2.0")
22+
}
2023
testImplementation("io.r2dbc:r2dbc-spi-test:0.8.1.RELEASE") {
2124
exclude group: "org.springframework", module: "spring-jdbc"
2225
}

0 commit comments

Comments
 (0)