File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ dependencies {
1111 api ' org.assertj:assertj-core:3.27.3'
1212
1313 api ' org.apache.tomcat:tomcat-jdbc:11.0.9'
14- api ' org.vibur:vibur-dbcp:25 .0'
14+ api ' org.vibur:vibur-dbcp:26 .0'
1515 api ' mysql:mysql-connector-java:8.0.33'
1616}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ dependencies {
55
66 compileOnly ' org.jetbrains:annotations:26.0.2'
77 testImplementation ' commons-dbutils:commons-dbutils:1.8.1'
8- testImplementation ' org.vibur:vibur-dbcp:25 .0'
8+ testImplementation ' org.vibur:vibur-dbcp:26 .0'
99 testImplementation ' org.apache.tomcat:tomcat-jdbc:11.0.9'
1010 testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
1111 testImplementation ' org.assertj:assertj-core:3.27.3'
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ dependencies {
44 api project(' :jdbc' )
55
66 compileOnly project(' :r2dbc' )
7- compileOnly ' io.asyncer:r2dbc-mysql:1.3.0 '
7+ compileOnly ' io.asyncer:r2dbc-mysql:1.4.1 '
88
99 testImplementation project(' :jdbc-test' )
1010 testRuntimeOnly ' mysql:mysql-connector-java:8.0.33'
1111
1212 testImplementation testFixtures(project(' :r2dbc' ))
13- testRuntimeOnly ' io.asyncer:r2dbc-mysql:1.3.0 '
13+ testRuntimeOnly ' io.asyncer:r2dbc-mysql:1.4.1 '
1414
1515 compileOnly ' org.jetbrains:annotations:26.0.2'
1616}
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ dependencies {
44 api project(' :jdbc' )
55
66 compileOnly project(' :r2dbc' )
7- compileOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.2 .0'
7+ compileOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.3 .0'
88
99 testImplementation project(' :jdbc-test' )
1010 testImplementation ' com.oracle.database.jdbc:ojdbc11:23.8.0.25.04'
1111
1212 compileOnly ' org.jetbrains:annotations:26.0.2'
1313
1414 testImplementation testFixtures(project(' :r2dbc' ))
15- testRuntimeOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.2 .0'
15+ testRuntimeOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.3 .0'
1616}
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ dependencies {
44 api project(' :jdbc' )
55
66 compileOnly project(' :r2dbc' )
7- compileOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.2 .0'
7+ compileOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.3 .0'
88
99 testImplementation project(' :jdbc-test' )
1010 testImplementation ' com.oracle.database.jdbc:ojdbc11:23.8.0.25.04'
1111
1212 compileOnly ' org.jetbrains:annotations:26.0.2'
1313
1414 testImplementation testFixtures(project(' :r2dbc' ))
15- testRuntimeOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.2 .0'
15+ testRuntimeOnly ' com.oracle.database.r2dbc:oracle-r2dbc:1.3 .0'
1616}
1717
1818tasks. japicmp {
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ dependencies {
1212 testImplementation ' io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1313 testImplementation project(' :postgresql' )
1414
15- testFixturesImplementation ' io.projectreactor:reactor-core:3.6.10 '
15+ testFixturesImplementation ' io.projectreactor:reactor-core:3.7.8 '
1616 testFixturesImplementation ' org.assertj:assertj-core:3.27.3'
1717}
You can’t perform that action at this time.
0 commit comments