Skip to content

Commit 8bf50a0

Browse files
authored
Merge pull request #11352 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents d83653d + 67e9f54 commit 8bf50a0

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

modules/hivemq/build.gradle

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

77
shaded("org.apache.commons:commons-lang3:3.19.0")
8-
shaded("commons-io:commons-io:2.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")
1818
testImplementation("ch.qos.logback:logback-classic:1.5.19")

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/localstack/build.gradle

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

6-
testImplementation platform("software.amazon.awssdk:bom:2.35.0")
6+
testImplementation platform("software.amazon.awssdk:bom:2.40.4")
77
testImplementation 'software.amazon.awssdk:s3'
88
testImplementation 'software.amazon.awssdk:sqs'
99
testImplementation 'software.amazon.awssdk:cloudwatchlogs'

modules/rabbitmq/build.gradle

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

6-
testImplementation 'com.rabbitmq:amqp-client:5.26.0'
6+
testImplementation 'com.rabbitmq:amqp-client:5.28.0'
77
compileOnly 'org.jetbrains:annotations:26.0.2-1'
88
}

modules/redpanda/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
shaded 'org.freemarker:freemarker:2.3.34'
66

7-
testImplementation 'org.apache.kafka:kafka-clients:4.1.0'
7+
testImplementation 'org.apache.kafka:kafka-clients:4.1.1'
88
testImplementation 'io.rest-assured:rest-assured:5.5.6'
99
testImplementation 'org.awaitility:awaitility:4.3.0'
1010
}

modules/scylladb/build.gradle

Lines changed: 2 additions & 2 deletions
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.1'
7-
testImplementation 'software.amazon.awssdk:dynamodb:2.34.8'
6+
testImplementation 'com.scylladb:java-driver-core:4.19.0.4'
7+
testImplementation 'software.amazon.awssdk:dynamodb:2.40.4'
88
}

modules/typesense/build.gradle

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

6-
testImplementation 'org.typesense:typesense-java:1.3.0'
6+
testImplementation 'org.typesense:typesense-java:2.0.0'
77
}

0 commit comments

Comments
 (0)