Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
918e448
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test
dependabot[bot] Oct 1, 2025
a0f2610
Bump org.apache.commons:commons-lang3 in /modules/jdbc-test
dependabot[bot] Oct 1, 2025
6093e2b
Bump org.assertj:assertj-core in /modules/jdbc-test
dependabot[bot] Oct 1, 2025
4319dde
Bump com.google.guava:guava in /modules/jdbc-test
dependabot[bot] Oct 1, 2025
190dcec
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc
dependabot[bot] Oct 2, 2025
70d6a25
Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /modules/jdbc
dependabot[bot] Oct 2, 2025
850ee84
Bump org.mariadb.jdbc:mariadb-java-client in /modules/mariadb
dependabot[bot] Oct 2, 2025
cc18004
Bump com.clickhouse:clickhouse-jdbc in /modules/clickhouse
dependabot[bot] Oct 2, 2025
55afec3
Bump io.trino:trino-jdbc from 476 to 477 in /modules/trino
dependabot[bot] Oct 2, 2025
ade3a9e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Oct 3, 2025
52a66fc
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Oct 3, 2025
c0fee14
Merge remote-tracking branch 'origin/dependabot/gradle/modules/clickh…
eddumelendez Oct 3, 2025
79fa43b
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc/o…
eddumelendez Oct 3, 2025
a05e369
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Oct 3, 2025
ab9927e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mariad…
eddumelendez Oct 3, 2025
a140634
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Oct 3, 2025
10bea77
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Oct 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
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.1', classifier: 'http')
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')

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

testImplementation 'com.clickhouse:client-v2:0.9.1'
testImplementation 'com.clickhouse:client-v2:0.9.2'
testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.1', classifier: 'http')
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')
}
8 changes: 4 additions & 4 deletions modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
dependencies {
api project(':testcontainers-jdbc')

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

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

api 'org.apache.tomcat:tomcat-jdbc:11.0.10'
api 'org.apache.tomcat:tomcat-jdbc:11.0.11'
api 'org.vibur:vibur-dbcp:26.0'
api 'mysql:mysql-connector-java:8.0.33'
api 'org.junit.jupiter:junit-jupiter:5.13.4'
Expand Down
4 changes: 2 additions & 2 deletions modules/jdbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description = "Testcontainers :: JDBC"
dependencies {
api project(':testcontainers-database-commons')

compileOnly 'org.jetbrains:annotations:26.0.2'
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.10'
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.11'
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/mariadb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
compileOnly 'org.mariadb:r2dbc-mariadb:1.0.3'

testImplementation project(':testcontainers-jdbc-test')
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.5'
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.6'

testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
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:476'
testRuntimeOnly 'io.trino:trino-jdbc:477'
compileOnly 'org.jetbrains:annotations:26.0.2'
}
Loading