File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ dependencies {
1414 testImplementation ' com.azure:azure-data-tables'
1515 testImplementation ' com.azure:azure-messaging-eventhubs'
1616 testImplementation ' com.azure:azure-messaging-servicebus'
17- testImplementation ' com.microsoft.sqlserver:mssql-jdbc:13.1.1 .jre8-preview '
17+ testImplementation ' com.microsoft.sqlserver:mssql-jdbc:13.2.0 .jre8'
1818}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
88
99 api ' org.assertj:assertj-core:3.27.4'
1010
11- api ' org.apache.tomcat:tomcat-jdbc:11.0.9 '
11+ api ' org.apache.tomcat:tomcat-jdbc:11.0.10 '
1212 api ' org.vibur:vibur-dbcp:26.0'
1313 api ' mysql:mysql-connector-java:8.0.33'
1414}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 compileOnly ' org.jetbrains:annotations:26.0.2'
77 testImplementation ' commons-dbutils:commons-dbutils:1.8.1'
88 testImplementation ' org.vibur:vibur-dbcp:26.0'
9- testImplementation ' org.apache.tomcat:tomcat-jdbc:11.0.9 '
9+ testImplementation ' org.apache.tomcat:tomcat-jdbc:11.0.10 '
1010 testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
1111 testImplementation ' org.assertj:assertj-core:3.27.4'
1212 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
88
99 testImplementation project(' :testcontainers-jdbc-test' )
10- testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.5.4 '
10+ testImplementation ' org.mariadb.jdbc:mariadb-java-client:3.5.5 '
1111
1212 testImplementation testFixtures(project(' :testcontainers-r2dbc' ))
1313 testRuntimeOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 compileOnly ' io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
88
99 testImplementation project(' :testcontainers-jdbc-test' )
10- testImplementation ' com.microsoft.sqlserver:mssql-jdbc:13.1.1 .jre8-preview '
10+ testImplementation ' com.microsoft.sqlserver:mssql-jdbc:13.2.0 .jre8'
1111
1212 testImplementation project(' :testcontainers-r2dbc' )
1313 testRuntimeOnly ' io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
You can’t perform that action at this time.
0 commit comments