We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bce2ab + 27bb1ae commit 1e602d3Copy full SHA for 1e602d3
modules/hivemq/build.gradle
@@ -11,7 +11,7 @@ dependencies {
11
shaded("org.jboss.shrinkwrap:shrinkwrap-impl-base:1.2.6")
12
shaded("net.lingala.zip4j:zip4j:2.11.2")
13
14
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
15
testImplementation(project(":junit-jupiter"))
16
testImplementation("com.hivemq:hivemq-extension-sdk:4.8.3")
17
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.0")
0 commit comments