Skip to content

Commit cb51107

Browse files
authored
Merge pull request #10484 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents f8b9581 + 273d3b4 commit cb51107

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

modules/activemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ dependencies {
55

66
testImplementation 'org.assertj:assertj-core:3.27.3'
77
testImplementation "org.apache.activemq:activemq-client:6.1.7"
8-
testImplementation "org.apache.activemq:artemis-jakarta-client:2.37.0"
8+
testImplementation "org.apache.activemq:artemis-jakarta-client:2.41.0"
99
}

modules/couchbase/build.gradle

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

8-
testImplementation 'com.couchbase.client:java-client:3.7.3'
8+
testImplementation 'com.couchbase.client:java-client:3.8.3'
99
testImplementation 'org.awaitility:awaitility:4.3.0'
1010
testImplementation 'org.assertj:assertj-core:3.27.3'
1111
}

modules/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ description = "Testcontainers :: elasticsearch"
22

33
dependencies {
44
api project(':testcontainers')
5-
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:8.15.1"
5+
testImplementation "org.elasticsearch.client:elasticsearch-rest-client:9.0.3"
66
testImplementation "org.elasticsearch.client:transport:7.17.29"
77
testImplementation 'org.assertj:assertj-core:3.27.3'
88
}

modules/grafana/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation 'org.assertj:assertj-core:3.27.3'
77
testImplementation 'io.rest-assured:rest-assured:5.5.5'
88
testImplementation 'io.micrometer:micrometer-registry-otlp:1.15.1'
9-
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.6'
9+
testImplementation 'uk.org.webcompere:system-stubs-junit4:2.1.8'
1010

1111
testImplementation platform('io.opentelemetry:opentelemetry-bom:1.51.0')
1212
testImplementation 'io.opentelemetry:opentelemetry-api'

modules/hivemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
1515
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
1616
testImplementation(project(":junit-jupiter"))
17-
testImplementation("com.hivemq:hivemq-extension-sdk:4.32.0")
17+
testImplementation("com.hivemq:hivemq-extension-sdk:4.41.0")
1818
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.7")
1919
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
2020
testImplementation("ch.qos.logback:logback-classic:1.5.18")

modules/influxdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies {
77

88
testImplementation 'org.assertj:assertj-core:3.27.3'
99
testImplementation 'org.influxdb:influxdb-java:2.25'
10-
testImplementation "com.influxdb:influxdb-client-java:6.12.0"
10+
testImplementation "com.influxdb:influxdb-client-java:7.3.0"
1111
}
1212

1313
tasks.japicmp {

modules/k3s/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
// Any >2.8 version here is not compatible with jackson-databind 2.8.x.
99
shaded 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.8'
1010

11-
testImplementation 'io.fabric8:kubernetes-client:6.13.1'
11+
testImplementation 'io.fabric8:kubernetes-client:7.3.1'
1212
testImplementation 'io.kubernetes:client-java:24.0.0-legacy'
1313
testImplementation 'org.assertj:assertj-core:3.27.3'
1414
}

modules/orientdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api "com.orientechnologies:orientdb-client:3.2.42"
77

88
testImplementation 'org.assertj:assertj-core:3.27.3'
9-
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.2'
9+
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.7.3'
1010
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.42"
1111
}
1212

modules/solr/build.gradle

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

8-
testImplementation 'org.apache.solr:solr-solrj:8.11.3'
8+
testImplementation 'org.apache.solr:solr-solrj:8.11.4'
99
testImplementation 'org.assertj:assertj-core:3.27.3'
1010
}
1111

modules/spock/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717

1818
testRuntimeOnly 'org.postgresql:postgresql:42.7.7'
1919
testRuntimeOnly 'mysql:mysql-connector-java:8.0.33'
20-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
20+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.3'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-testkit:1.13.3'
2222

2323
testCompileOnly 'org.jetbrains:annotations:26.0.2'

0 commit comments

Comments
 (0)