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
b674b8f
Bump org.jetbrains:annotations from 26.0.2-1 to 26.1.0 in /modules/jdbc
dependabot[bot] Mar 1, 2026
fcbf43b
Bump org.mariadb.jdbc:mariadb-java-client in /modules/mariadb
dependabot[bot] Apr 2, 2026
06a85b3
Bump com.clickhouse:clickhouse-jdbc in /modules/clickhouse
dependabot[bot] Apr 2, 2026
b963d18
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/mssqlserver
dependabot[bot] Apr 2, 2026
19964a3
Bump com.microsoft.sqlserver:mssql-jdbc in /modules/azure
dependabot[bot] Apr 2, 2026
1aa812d
Bump io.trino:trino-jdbc from 478 to 480 in /modules/trino
dependabot[bot] Apr 2, 2026
1603050
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc
dependabot[bot] Apr 8, 2026
65507da
Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-free
dependabot[bot] Apr 8, 2026
cfc475e
Bump com.oracle.database.jdbc:ojdbc11 in /modules/oracle-xe
dependabot[bot] Apr 8, 2026
851aaef
Bump com.databend:databend-jdbc from 0.4.5 to 0.4.6 in /modules/databend
dependabot[bot] Apr 9, 2026
c8debe6
Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test
dependabot[bot] Apr 12, 2026
322a055
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc/o…
eddumelendez Apr 12, 2026
effc641
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc-t…
eddumelendez Apr 12, 2026
7543a83
Merge remote-tracking branch 'origin/dependabot/gradle/modules/trino/…
eddumelendez Apr 12, 2026
3d4f6a4
Merge remote-tracking branch 'origin/dependabot/gradle/modules/databe…
eddumelendez Apr 12, 2026
45675ed
Merge remote-tracking branch 'origin/dependabot/gradle/modules/clickh…
eddumelendez Apr 12, 2026
5046e9e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mariad…
eddumelendez Apr 12, 2026
d162e67
Merge remote-tracking branch 'origin/dependabot/gradle/modules/jdbc/o…
eddumelendez Apr 12, 2026
ed3d15e
Merge remote-tracking branch 'origin/dependabot/gradle/modules/azure/…
eddumelendez Apr 12, 2026
753c5dd
Merge remote-tracking branch 'origin/dependabot/gradle/modules/mssqls…
eddumelendez Apr 12, 2026
2e74e5f
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Apr 12, 2026
63b9f4c
Merge remote-tracking branch 'origin/dependabot/gradle/modules/oracle…
eddumelendez Apr 12, 2026
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,7 +13,7 @@ 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.3.0.jre8-preview'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.4.0.jre11'
}

tasks.japicmp {
Expand Down
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.4', classifier: 'http')
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.8', classifier: 'http')

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

testImplementation 'com.clickhouse:client-v2:0.9.4'
testImplementation 'com.clickhouse:client-v2:0.9.8'
testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.4', classifier: 'http')
testRuntimeOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.8', 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.5'
testRuntimeOnly 'com.databend:databend-jdbc:0.4.6'
}
2 changes: 1 addition & 1 deletion modules/jdbc-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {

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

api 'org.apache.tomcat:tomcat-jdbc:11.0.14'
api 'org.apache.tomcat:tomcat-jdbc:11.0.21'
api 'org.vibur:vibur-dbcp:26.0'
api 'com.mysql:mysql-connector-j:9.6.0'
api 'org.junit.jupiter:junit-jupiter:5.14.3'
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-1'
compileOnly 'org.jetbrains:annotations:26.1.0'
testImplementation 'commons-dbutils:commons-dbutils:1.8.1'
testImplementation 'org.vibur:vibur-dbcp:26.0'
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.14'
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.21'
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.6'
testImplementation 'org.mariadb.jdbc:mariadb-java-client:3.5.8'

testImplementation testFixtures(project(':testcontainers-r2dbc'))
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'
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.3.0.jre8-preview'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc:13.4.0.jre11'

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.26.0.0.0'
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.26.1.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.26.0.0.0'
testImplementation 'com.oracle.database.jdbc:ojdbc11:23.26.1.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:478'
testRuntimeOnly 'io.trino:trino-jdbc:480'
compileOnly 'org.jetbrains:annotations:26.0.2-1'
}
Loading