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.
1 parent b0902a9 commit b088c2bCopy full SHA for b088c2b
modules/hivemq/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
15
testImplementation(project(":junit-jupiter"))
16
testImplementation("com.hivemq:hivemq-extension-sdk:4.14.0")
17
- testImplementation("com.hivemq:hivemq-mqtt-client:1.3.0")
+ testImplementation("com.hivemq:hivemq-mqtt-client:1.3.1")
18
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
19
testImplementation("ch.qos.logback:logback-classic:1.4.6")
20
testImplementation 'org.assertj:assertj-core:3.24.2'
0 commit comments