Skip to content

Commit 7c6da87

Browse files
authored
Merge pull request #11707 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents caec52c + ae5bf42 commit 7c6da87

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
testImplementation files('testlib/repo/fakejar/fakejar/0/fakejar-0.jar')
117117

118118
testImplementation 'org.assertj:assertj-core:3.27.7'
119-
testImplementation 'io.rest-assured:rest-assured:5.5.6'
119+
testImplementation 'io.rest-assured:rest-assured:5.5.7'
120120

121121
jarFileTestCompileOnly "org.projectlombok:lombok:${lombok.version}"
122122
jarFileTestAnnotationProcessor "org.projectlombok:lombok:${lombok.version}"

modules/activemq/build.gradle

Lines changed: 1 addition & 1 deletion
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.2.0"
6+
testImplementation "org.apache.activemq:activemq-client:6.2.4"
77
testImplementation "org.apache.activemq:artemis-jakarta-client:2.44.0"
88
}

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

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.7'
7-
testImplementation 'io.micrometer:micrometer-registry-otlp:1.16.1'
7+
testImplementation 'io.micrometer:micrometer-registry-otlp:1.16.5'
88
testImplementation 'uk.org.webcompere:system-stubs-jupiter:2.1.8'
99

10-
testImplementation platform('io.opentelemetry:opentelemetry-bom:1.57.0')
10+
testImplementation platform('io.opentelemetry:opentelemetry-bom:1.61.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
shaded("net.lingala.zip4j:zip4j:2.11.6")
1313

1414
testImplementation(project(":testcontainers-junit-jupiter"))
15-
testImplementation("com.hivemq:hivemq-extension-sdk:4.47.1")
15+
testImplementation("com.hivemq:hivemq-extension-sdk:4.50.0")
1616
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.13")
1717
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
1818
testImplementation("ch.qos.logback:logback-classic:1.5.22")

modules/orientdb/build.gradle

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

6-
api "com.orientechnologies:orientdb-client:3.2.46"
6+
api "com.orientechnologies:orientdb-client:3.2.51"
77

88
testImplementation 'org.apache.tinkerpop:gremlin-driver:3.8.1'
9-
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.46"
9+
testImplementation "com.orientechnologies:orientdb-gremlin:3.2.51"
1010
}

modules/scylladb/build.gradle

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

6-
testImplementation 'com.scylladb:java-driver-core:4.19.0.4'
6+
testImplementation 'com.scylladb:java-driver-core:4.19.0.8'
77
testImplementation 'software.amazon.awssdk:dynamodb:2.40.4'
88
}

0 commit comments

Comments
 (0)