File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ dependencies {
14
14
testImplementation ' com.azure:azure-data-tables'
15
15
testImplementation ' com.azure:azure-messaging-eventhubs'
16
16
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'
18
18
}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ dependencies {
8
8
9
9
api ' org.assertj:assertj-core:3.27.4'
10
10
11
- api ' org.apache.tomcat:tomcat-jdbc:11.0.9 '
11
+ api ' org.apache.tomcat:tomcat-jdbc:11.0.10 '
12
12
api ' org.vibur:vibur-dbcp:26.0'
13
13
api ' mysql:mysql-connector-java:8.0.33'
14
14
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
6
6
compileOnly ' org.jetbrains:annotations:26.0.2'
7
7
testImplementation ' commons-dbutils:commons-dbutils:1.8.1'
8
8
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 '
10
10
testImplementation ' com.zaxxer:HikariCP-java6:2.3.13'
11
11
testImplementation ' org.assertj:assertj-core:3.27.4'
12
12
testImplementation (' org.mockito:mockito-core:4.11.0' ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
compileOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
8
8
9
9
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 '
11
11
12
12
testImplementation testFixtures(project(' :testcontainers-r2dbc' ))
13
13
testRuntimeOnly ' org.mariadb:r2dbc-mariadb:1.0.3'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
7
7
compileOnly ' io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
8
8
9
9
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'
11
11
12
12
testImplementation project(' :testcontainers-r2dbc' )
13
13
testRuntimeOnly ' io.r2dbc:r2dbc-mssql:1.0.2.RELEASE'
You can’t perform that action at this time.
0 commit comments