Skip to content

Commit f8b9581

Browse files
authored
Merge pull request #10483 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents af5099c + eaa8d62 commit f8b9581

File tree

26 files changed

+36
-36
lines changed

26 files changed

+36
-36
lines changed

.github/workflows/moby-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Notify to Slack on failures
4444
if: failure()
4545
id: slack
46-
uses: slackapi/[email protected].0
46+
uses: slackapi/[email protected].1
4747
with:
4848
payload: |
4949
{

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212

1313
plugins {
1414
id 'io.franzbecker.gradle-lombok' version '5.0.0'
15-
id 'com.gradleup.shadow' version '8.3.0'
15+
id 'com.gradleup.shadow' version '8.3.8'
1616
id 'me.champeau.gradle.japicmp' version '0.4.3' apply false
1717
id 'com.diffplug.spotless' version '6.22.0' apply false
1818
id 'org.jreleaser' version '1.18.0' apply false

core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ dependencies {
7878
exclude(group: 'org.jetbrains', module: 'annotations')
7979
}
8080

81-
provided('com.google.cloud.tools:jib-core:0.23.0') {
81+
provided('com.google.cloud.tools:jib-core:0.27.3') {
8282
exclude group: 'com.google.guava', module: 'guava'
8383
exclude group: 'com.fasterxml.jackson.datatype', module: 'jackson-datatype-jsr310'
8484
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-core'
8585
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
8686
exclude group: 'org.apache.commons', module: 'commons-compress'
8787
}
8888

89-
shaded 'org.awaitility:awaitility:4.2.0'
89+
shaded 'org.awaitility:awaitility:4.3.0'
9090

9191
api platform('com.github.docker-java:docker-java-bom:3.4.2')
9292
shaded platform('com.github.docker-java:docker-java-bom:3.4.2')
@@ -106,12 +106,12 @@ dependencies {
106106

107107
shaded 'org.zeroturnaround:zt-exec:1.12'
108108

109-
testImplementation('com.google.cloud.tools:jib-core:0.23.0') {
109+
testImplementation('com.google.cloud.tools:jib-core:0.27.3') {
110110
exclude group: 'com.google.guava', module: 'guava'
111111
}
112112
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
113113
testImplementation 'redis.clients:jedis:6.0.0'
114-
testImplementation 'com.rabbitmq:amqp-client:5.22.0'
114+
testImplementation 'com.rabbitmq:amqp-client:5.25.0'
115115
testImplementation 'org.mongodb:mongo-java-driver:3.12.14'
116116

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

docs/examples/junit4/generic/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies {
77
testImplementation project(":mysql")
88

99
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
10-
testImplementation "org.seleniumhq.selenium:selenium-api:4.25.0"
10+
testImplementation "org.seleniumhq.selenium:selenium-api:4.34.0"
1111
testImplementation 'org.assertj:assertj-core:3.27.3'
1212
}

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

66
testImplementation 'org.assertj:assertj-core:3.27.3'
7-
testImplementation "org.apache.activemq:activemq-client:6.1.2"
7+
testImplementation "org.apache.activemq:activemq-client:6.1.7"
88
testImplementation "org.apache.activemq:artemis-jakarta-client:2.37.0"
99
}

modules/db2/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api project(':jdbc')
55

66
testImplementation project(':jdbc-test')
7-
testRuntimeOnly 'com.ibm.db2:jcc:11.5.9.0'
7+
testRuntimeOnly 'com.ibm.db2:jcc:12.1.2.0'
88
testImplementation 'org.assertj:assertj-core:3.27.3'
99
}
1010

modules/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: elasticsearch"
33
dependencies {
44
api project(':testcontainers')
55
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.15.1"
6-
testImplementation "org.elasticsearch.client:transport:7.17.24"
6+
testImplementation "org.elasticsearch.client:transport:7.17.29"
77
testImplementation 'org.assertj:assertj-core:3.27.3'
88
}
99

modules/grafana/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ dependencies {
55

66
testImplementation 'org.assertj:assertj-core:3.27.3'
77
testImplementation 'io.rest-assured:rest-assured:5.5.5'
8-
testImplementation 'io.micrometer:micrometer-registry-otlp:1.13.4'
8+
testImplementation 'io.micrometer:micrometer-registry-otlp:1.15.1'
99
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.6'
1010

11-
testImplementation platform('io.opentelemetry:opentelemetry-bom:1.49.0')
11+
testImplementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')
1212
testImplementation 'io.opentelemetry:opentelemetry-api'
1313
testImplementation 'io.opentelemetry:opentelemetry-sdk'
1414
testImplementation 'io.opentelemetry:opentelemetry-exporter-otlp'

modules/hivemq/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies {
55
api("org.jetbrains:annotations:26.0.2")
66

77
shaded("org.apache.commons:commons-lang3:3.17.0")
8-
shaded("commons-io:commons-io:2.17.0")
8+
shaded("commons-io:commons-io:2.19.0")
99
shaded("org.javassist:javassist:3.30.2-GA")
1010
shaded("org.jboss.shrinkwrap:shrinkwrap-api:1.2.6")
1111
shaded("org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6")
@@ -15,9 +15,9 @@ dependencies {
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
1616
testImplementation(project(":junit-jupiter"))
1717
testImplementation("com.hivemq:hivemq-extension-sdk:4.32.0")
18-
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3")
18+
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.7")
1919
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
20-
testImplementation("ch.qos.logback:logback-classic:1.5.8")
20+
testImplementation("ch.qos.logback:logback-classic:1.5.18")
2121
testImplementation 'org.assertj:assertj-core:3.27.3'
2222
}
2323

modules/influxdb/build.gradle

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

6-
compileOnly 'org.influxdb:influxdb-java:2.24'
6+
compileOnly 'org.influxdb:influxdb-java:2.25'
77

88
testImplementation 'org.assertj:assertj-core:3.27.3'
9-
testImplementation 'org.influxdb:influxdb-java:2.24'
9+
testImplementation 'org.influxdb:influxdb-java:2.25'
1010
testImplementation "com.influxdb:influxdb-client-java:6.12.0"
1111
}
1212

0 commit comments

Comments
 (0)