Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
dc3ceda
Bump com.mysql:mysql-connector-j in /modules/jdbc-test
dependabot[bot] Nov 1, 2025
2e56700
Bump io.trino:trino-jdbc from 477 to 478 in /modules/trino
dependabot[bot] Nov 1, 2025
9938949
Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-free
dependabot[bot] Nov 1, 2025
6b060c7
Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-xe
dependabot[bot] Nov 3, 2025
bf039b0
Bump com.clickhouse:clickhouse-jdbc in /modules/clickhouse
dependabot[bot] Dec 2, 2025
3429129
Bump org.apache.commons:commons-lang3 in /modules/jdbc-test
dependabot[bot] Dec 2, 2025
bbd1bb0
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc
dependabot[bot] Dec 2, 2025
b7602db
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test
dependabot[bot] Dec 2, 2025
2cb913c
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/azure
dependabot[bot] Dec 2, 2025
3b788cc
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/mssqlserver
dependabot[bot] Dec 2, 2025
fa9c69a
Bump com.databend:databend-jdbc from 0.4.0 to 0.4.1 in /modules/databend
dependabot[bot] Dec 3, 2025
66f9dac
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc/o…
eddumelendez Dec 3, 2025
61d8313
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Dec 3, 2025
4b7347c
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Dec 3, 2025
6af7240
Merge remote-tracking branch 'origin/dependabot/gradle/modules/databe…
eddumelendez Dec 3, 2025
f53b67e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/clickh…
eddumelendez Dec 3, 2025
322d0d5
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Dec 3, 2025
88b0288
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqls…
eddumelendez Dec 3, 2025
72b3d42
Merge remote-tracking branch 'origin/dependabot/gradle/modules/azure/…
eddumelendez Dec 3, 2025
15c9620
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Dec 3, 2025
f1770e9
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Dec 3, 2025
06786a0
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Dec 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ dependencies {
testImplementation 'com.azure:azure-data-tables'
testImplementation 'com.azure:azure-messaging-eventhubs'
testImplementation 'com.azure:azure-messaging-servicebus'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre8'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.3.0.jre8-preview'
}
8 changes: 4 additions & 4 deletions modules/clickhouse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ dependencies {
api project(':testcontainers-jdbc')

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

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

testImplementation 'com.clickhouse:client-v2:0.9.2'
testImplementation 'com.clickhouse:client-v2:0.9.4'
testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.4', classifier: 'http')
}
2 changes: 1 addition & 1 deletion modules/databend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ dependencies {
api project(':testcontainers-jdbc')

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'com.databend:databend-jdbc:0.4.0'
testRuntimeOnly 'com.databend:databend-jdbc:0.4.1'
}
6 changes: 3 additions & 3 deletions modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ dependencies {
api project(':testcontainers-jdbc')

api 'com.google.guava:guava:33.5.0-jre'
api 'org.apache.commons:commons-lang3:3.19.0'
api 'org.apache.commons:commons-lang3:3.20.0'
api 'com.zaxxer:HikariCP-java6:2.3.13'
api 'commons-dbutils:commons-dbutils:1.8.1'

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

api 'org.apache.tomcat:tomcat-jdbc:11.0.11'
api 'org.apache.tomcat:tomcat-jdbc:11.0.14'
api 'org.vibur:vibur-dbcp:26.0'
api 'com.mysql:mysql-connector-j:8.2.0'
api 'com.mysql:mysql-connector-j:9.5.0'
api 'org.junit.jupiter:junit-jupiter:5.13.4'
}
2 changes: 1 addition & 1 deletion modules/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly 'org.jetbrains:annotations:26.0.2-1'
testImplementation 'commons-dbutils:commons-dbutils:1.8.1'
testImplementation 'org.vibur:vibur-dbcp:26.0'
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.11'
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.14'
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
testImplementation ('org.mockito:mockito-core:4.11.0') {
exclude(module: 'hamcrest-core')
Expand Down
2 changes: 1 addition & 1 deletion modules/mssqlserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'

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

testImplementation project(':testcontainers-r2dbc')
testRuntimeOnly 'io.r2dbc:r2dbc-mssql:1.0.3.RELEASE'
Expand Down
2 changes: 1 addition & 1 deletion modules/oracle-free/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'

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

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

Expand Down
2 changes: 1 addition & 1 deletion modules/oracle-xe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'com.oracle.database.r2dbc:oracle-r2dbc:1.3.0'

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

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

Expand Down
2 changes: 1 addition & 1 deletion modules/trino/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies {
api project(':testcontainers-jdbc')

testImplementation project(':testcontainers-jdbc-test')
testRuntimeOnly 'io.trino:trino-jdbc:477'
testRuntimeOnly 'io.trino:trino-jdbc:478'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
Loading