Skip to content

Commit 3ec008d

Browse files
Combined dependencies PR (#11069)
* Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc-test Bumps org.apache.tomcat:tomcat-jdbc from 11.0.10 to 11.0.11. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-jdbc dependency-version: 11.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.apache.commons:commons-lang3 in /modules/jdbc-test Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.assertj:assertj-core in /modules/jdbc-test Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.6. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump com.google.guava:guava in /modules/jdbc-test Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.8-jre to 33.5.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.apache.tomcat:tomcat-jdbc in /modules/jdbc Bumps org.apache.tomcat:tomcat-jdbc from 11.0.10 to 11.0.11. --- updated-dependencies: - dependency-name: org.apache.tomcat:tomcat-jdbc dependency-version: 11.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.jetbrains:annotations from 26.0.2 to 26.0.2-1 in /modules/jdbc Bumps [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) from 26.0.2 to 26.0.2-1. - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](JetBrains/java-annotations@26.0.2...26.0.2-1) --- updated-dependencies: - dependency-name: org.jetbrains:annotations dependency-version: 26.0.2-1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.mariadb.jdbc:mariadb-java-client in /modules/mariadb Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.5 to 3.5.6. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-j@3.5.5...3.5.6) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump com.clickhouse:clickhouse-jdbc in /modules/clickhouse Bumps [com.clickhouse:clickhouse-jdbc](https://github.com/ClickHouse/clickhouse-java) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/ClickHouse/clickhouse-java/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-java/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-java@v0.9.1...v0.9.2) --- updated-dependencies: - dependency-name: com.clickhouse:clickhouse-jdbc dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.trino:trino-jdbc from 476 to 477 in /modules/trino Bumps io.trino:trino-jdbc from 476 to 477. --- updated-dependencies: - dependency-name: io.trino:trino-jdbc dependency-version: '477' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 7317fa2 + 10bea77 commit 3ec008d

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

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.1', classifier: 'http')
8+
compileOnly(group: 'com.clickhouse', name: 'clickhouse-r2dbc', version: '0.9.2', classifier: 'http')
99

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

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

modules/jdbc-test/build.gradle

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

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

9-
api 'org.assertj:assertj-core:3.27.4'
9+
api 'org.assertj:assertj-core:3.27.6'
1010

11-
api 'org.apache.tomcat:tomcat-jdbc:11.0.10'
11+
api 'org.apache.tomcat:tomcat-jdbc:11.0.11'
1212
api 'org.vibur:vibur-dbcp:26.0'
1313
api 'mysql:mysql-connector-java:8.0.33'
1414
api 'org.junit.jupiter:junit-jupiter:5.13.4'

modules/jdbc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ description = "Testcontainers :: JDBC"
33
dependencies {
44
api project(':testcontainers-database-commons')
55

6-
compileOnly 'org.jetbrains:annotations:26.0.2'
6+
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.10'
9+
testImplementation 'org.apache.tomcat:tomcat-jdbc:11.0.11'
1010
testImplementation 'com.zaxxer:HikariCP-java6:2.3.13'
1111
testImplementation ('org.mockito:mockito-core:4.11.0') {
1212
exclude(module: 'hamcrest-core')

modules/mariadb/build.gradle

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

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

1212
testImplementation testFixtures(project(':testcontainers-r2dbc'))
1313
testRuntimeOnly 'org.mariadb:r2dbc-mariadb:1.0.3'

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:476'
7+
testRuntimeOnly 'io.trino:trino-jdbc:477'
88
compileOnly 'org.jetbrains:annotations:26.0.2'
99
}

0 commit comments

Comments
 (0)