File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ configure(allprojects) { project ->
86
86
dependency " org.ogce:xpp3:1.1.6"
87
87
dependency " org.yaml:snakeyaml:1.30"
88
88
89
- dependency " com.h2database:h2:1.4.200 "
89
+ dependency " com.h2database:h2:2.0.206 "
90
90
dependency " com.github.ben-manes.caffeine:caffeine:3.0.5"
91
91
dependency " com.github.librepdf:openpdf:1.3.26"
92
92
dependency " com.rometools:rome:1.16.0"
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ dependencies {
17
17
testImplementation(testFixtures(project(" :spring-context" )))
18
18
testImplementation(" io.projectreactor:reactor-test" )
19
19
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
+ }
20
23
testImplementation(" io.r2dbc:r2dbc-spi-test:0.8.1.RELEASE" ) {
21
24
exclude group : " org.springframework" , module : " spring-jdbc"
22
25
}
You can’t perform that action at this time.
0 commit comments