Skip to content

Commit a4d3a03

Browse files
authored
Merge pull request #11989 from testcontainers/combined-pr-branch-20260827
Combine Dependabot PRs
2 parents 675771e + b2c0d1b commit a4d3a03

36 files changed

Lines changed: 46 additions & 46 deletions

File tree

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/labeler@v6
12+
- uses: actions/labeler@v7
1313
with:
1414
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
if: github.repository == 'testcontainers/testcontainers-java'
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v5.19.0
21+
- uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
exclude(group: 'org.jetbrains', module: 'annotations')
7171
}
7272

73-
provided('com.google.cloud.tools:jib-core:0.28.1') {
73+
provided('com.google.cloud.tools:jib-core:0.28.2') {
7474
exclude group: 'com.google.guava', module: 'guava'
7575
exclude group: 'com.fasterxml.jackson.datatype', module: 'jackson-datatype-jsr310'
7676
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
@@ -96,17 +96,17 @@ dependencies {
9696

9797
shaded 'org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
9898

99-
shaded 'org.zeroturnaround:zt-exec:1.12'
99+
shaded 'org.zeroturnaround:zt-exec:1.13.0'
100100

101101
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.14.3'
102102

103103
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
104-
testImplementation('com.google.cloud.tools:jib-core:0.28.1') {
104+
testImplementation('com.google.cloud.tools:jib-core:0.28.2') {
105105
exclude group: 'com.google.guava', module: 'guava'
106106
}
107107
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
108108
testImplementation 'redis.clients:jedis:7.4.1'
109-
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
109+
testImplementation 'com.rabbitmq:amqp-client:5.35.0'
110110
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
111111

112112
testImplementation ('org.mockito:mockito-core:4.11.0') {

modules/activemq/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')
55

66
testImplementation "org.apache.activemq:activemq-client:6.2.4"
7-
testImplementation "org.apache.activemq:artemis-jakarta-client:2.53.0"
7+
testImplementation "org.apache.activemq:artemis-jakarta-client:2.55.0"
88
}

modules/azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':testcontainers')
55
api project(':testcontainers-mssqlserver')
66
// TODO use JDK's HTTP client and/or Apache HttpClient5
7-
shaded 'com.squareup.okhttp3:okhttp:5.3.2'
7+
shaded 'com.squareup.okhttp3:okhttp:5.4.0'
88

99
testImplementation platform("com.azure:azure-sdk-bom:1.2.32")
1010
testImplementation 'com.azure:azure-cosmos'

modules/couchbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: Couchbase"
33
dependencies {
44
api project(':testcontainers')
55
// TODO use JDK's HTTP client and/or Apache HttpClient5
6-
shaded 'com.squareup.okhttp3:okhttp:5.3.2'
6+
shaded 'com.squareup.okhttp3:okhttp:5.5.0'
77

88
testImplementation 'com.couchbase.client:java-client:3.11.2'
99
testImplementation 'org.awaitility:awaitility:4.3.0'

modules/cratedb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: JDBC :: CrateDB"
33
dependencies {
44
api project(':testcontainers-jdbc')
55

6-
testRuntimeOnly 'org.postgresql:postgresql:42.7.10'
6+
testRuntimeOnly 'org.postgresql:postgresql:42.7.12'
77

88
testImplementation project(':testcontainers-jdbc-test')
99

modules/db2/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.ibm.db2:jcc:12.1.4.0'
7+
testRuntimeOnly 'com.ibm.db2:jcc:12.1.5.0'
88
}

modules/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ description = "Testcontainers :: elasticsearch"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.3.3"
6+
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.4.3"
77
testImplementation "org.elasticsearch.client:transport:7.17.29"
88
}

modules/gcloud/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: GCloud"
33
dependencies {
44
api project(':testcontainers')
55

6-
testImplementation platform("com.google.cloud:libraries-bom:26.79.0")
6+
testImplementation platform("com.google.cloud:libraries-bom:26.84.0")
77
testImplementation 'com.google.cloud:google-cloud-bigquery'
88
testImplementation 'com.google.cloud:google-cloud-datastore'
99
testImplementation 'com.google.cloud:google-cloud-firestore'

0 commit comments

Comments
 (0)