Skip to content

Commit a335c1e

Browse files
authored
Merge pull request #11323 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents 7d25a31 + 06786a0 commit a335c1e

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

modules/azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313
testImplementation 'com.azure:azure-data-tables'
1414
testImplementation 'com.azure:azure-messaging-eventhubs'
1515
testImplementation 'com.azure:azure-messaging-servicebus'
16-
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8'
16+
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.3.0.jre8-preview'
1717
}

modules/clickhouse/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dependencies {
55
api project(':testcontainers-jdbc')
66

77
compileOnly project(':testcontainers-r2dbc')
8-
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')
8+
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.4', classifier: 'http')
99

1010
testImplementation project(':testcontainers-jdbc-test')
11-
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-jdbc', version: '0.9.2', classifier: 'all')
11+
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-jdbc', version: '0.9.4', classifier: 'all')
1212

13-
testImplementation 'com.clickhouse:client-v2:0.9.2'
13+
testImplementation 'com.clickhouse:client-v2:0.9.4'
1414
testImplementation testFixtures(project(':testcontainers-r2dbc'))
15-
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')
15+
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.4', classifier: 'http')
1616
}

modules/databend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
testImplementation project(':testcontainers-jdbc-test')
7-
testRuntimeOnly 'com.databend:databend-jdbc:0.4.0'
7+
testRuntimeOnly 'com.databend:databend-jdbc:0.4.1'
88
}

modules/jdbc-test/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ dependencies {
22
api project(':testcontainers-jdbc')
33

44
api 'com.google.guava:guava:33.5.0-jre'
5-
api 'org.apache.commons:commons-lang3:3.19.0'
5+
api 'org.apache.commons:commons-lang3:3.20.0'
66
api 'com.zaxxer:HikariCP-java6:2.3.13'
77
api 'commons-dbutils:commons-dbutils:1.8.1'
88

99
api 'org.assertj:assertj-core:3.27.6'
1010

11-
api 'org.apache.tomcat:tomcat-jdbc:11.0.11'
11+
api 'org.apache.tomcat:tomcat-jdbc:11.0.14'
1212
api 'org.vibur:vibur-dbcp:26.0'
13-
api 'com.mysql:mysql-connector-j:8.2.0'
13+
api 'com.mysql:mysql-connector-j:9.5.0'
1414
api 'org.junit.jupiter:junit-jupiter:5.13.4'
1515
}

modules/jdbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
compileOnly 'org.jetbrains:annotations:26.0.2-1'
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.11'
9+
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.14'
1010
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
1111
testImplementation ('org.mockito:mockito-core:4.11.0') {
1212
exclude(module: 'hamcrest-core')

modules/mssqlserver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
88

99
testImplementation project(':testcontainers-jdbc-test')
10-
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8'
10+
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.3.0.jre8-preview'
1111

1212
testImplementation project(':testcontainers-r2dbc')
1313
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'

modules/oracle-free/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
88

99
testImplementation project(':testcontainers-jdbc-test')
10-
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.9.0.25.07'
10+
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.26.0.0.0'
1111

1212
compileOnly 'org.jetbrains:annotations:26.0.2-1'
1313

modules/oracle-xe/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'
88

99
testImplementation project(':testcontainers-jdbc-test')
10-
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.9.0.25.07'
10+
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.26.0.0.0'
1111

1212
compileOnly 'org.jetbrains:annotations:26.0.2-1'
1313

modules/trino/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ dependencies {
44
api project(':testcontainers-jdbc')
55

66
testImplementation project(':testcontainers-jdbc-test')
7-
testRuntimeOnly 'io.trino:trino-jdbc:477'
7+
testRuntimeOnly 'io.trino:trino-jdbc:478'
88
compileOnly 'org.jetbrains:annotations:26.0.2-1'
99
}

0 commit comments

Comments
 (0)