Skip to content

Commit df02874

Browse files
authored
Merge pull request #11704 from testcontainers/combined-pr-branch
Combined dependencies PR
2 parents e38d920 + ddca22b commit df02874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/hivemq/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ dependencies {
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")
12-
shaded("net.lingala.zip4j:zip4j:2.11.5")
12+
shaded("net.lingala.zip4j:zip4j:2.11.6")
1313

1414
testImplementation(project(":testcontainers-junit-jupiter"))
1515
testImplementation("com.hivemq:hivemq-extension-sdk:4.47.1")
16-
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.10")
16+
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")
1919
}

0 commit comments

Comments
 (0)