Skip to content

Commit 70613ce

Browse files
Merge branch 'main' into feat/mysql-r2dbc-helper
2 parents 6b787e1 + 43c6a97 commit 70613ce

File tree

22 files changed

+28
-28
lines changed

22 files changed

+28
-28
lines changed

modules/activemq/build.gradle

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

6-
testImplementation "org.apache.activemq:activemq-client:6.1.7"
7-
testImplementation "org.apache.activemq:artemis-jakarta-client:2.42.0"
6+
testImplementation "org.apache.activemq:activemq-client:6.2.0"
7+
testImplementation "org.apache.activemq:artemis-jakarta-client:2.44.0"
88
}

modules/couchbase/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ dependencies {
55
// TODO use JDK's HTTP client and/or Apache HttpClient5
66
shaded 'com.squareup.okhttp3:okhttp:5.3.2'
77

8-
testImplementation 'com.couchbase.client:java-client:3.9.1'
8+
testImplementation 'com.couchbase.client:java-client:3.10.0'
99
testImplementation 'org.awaitility:awaitility:4.3.0'
1010
}

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.2.0'
7+
testRuntimeOnly 'com.ibm.db2:jcc:12.1.3.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.1.4"
6+
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.2.2"
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.69.0")
6+
testImplementation platform("com.google.cloud:libraries-bom:26.72.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'

modules/grafana/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dependencies {
44
api project(':testcontainers')
55

66
testImplementation 'io.rest-assured:rest-assured:5.5.6'
7-
testImplementation 'io.micrometer:micrometer-registry-otlp:1.15.4'
7+
testImplementation 'io.micrometer:micrometer-registry-otlp:1.16.1'
88
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
99

10-
testImplementation platform('io.opentelemetry:opentelemetry-bom:1.54.1')
10+
testImplementation platform('io.opentelemetry:opentelemetry-bom:1.57.0')
1111
testImplementation 'io.opentelemetry:opentelemetry-api'
1212
testImplementation 'io.opentelemetry:opentelemetry-sdk'
1313
testImplementation 'io.opentelemetry:opentelemetry-exporter-otlp'

modules/hivemq/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ dependencies {
44
api(project(":testcontainers"))
55
api("org.jetbrains:annotations:26.0.2-1")
66

7-
shaded("org.apache.commons:commons-lang3:3.19.0")
8-
shaded("commons-io:commons-io:2.20.0")
7+
shaded("org.apache.commons:commons-lang3:3.20.0")
8+
shaded("commons-io:commons-io:2.21.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")
1212
shaded("net.lingala.zip4j:zip4j:2.11.5")
1313

1414
testImplementation(project(":testcontainers-junit-jupiter"))
15-
testImplementation("com.hivemq:hivemq-extension-sdk:4.45.0")
15+
testImplementation("com.hivemq:hivemq-extension-sdk:4.47.1")
1616
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.10")
1717
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
18-
testImplementation("ch.qos.logback:logback-classic:1.5.19")
18+
testImplementation("ch.qos.logback:logback-classic:1.5.22")
1919
}
2020

2121
test {

modules/influxdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
compileOnly 'org.influxdb:influxdb-java:2.25'
77

88
testImplementation 'org.influxdb:influxdb-java:2.25'
9-
testImplementation "com.influxdb:influxdb-client-java:7.3.0"
9+
testImplementation "com.influxdb:influxdb-client-java:7.4.0"
1010
}

modules/k3s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dependencies {
77
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.4'
88

99
testImplementation 'io.fabric8:kubernetes-client:7.4.0'
10-
testImplementation 'io.kubernetes:client-java:24.0.0-legacy'
10+
testImplementation 'io.kubernetes:client-java:25.0.0-legacy'
1111
}

modules/ldap/build.gradle

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

6-
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.3'
6+
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.4'
77
}

0 commit comments

Comments
 (0)