diff --git a/modules/hivemq/build.gradle b/modules/hivemq/build.gradle index 40791439aa4..898f0ba5639 100644 --- a/modules/hivemq/build.gradle +++ b/modules/hivemq/build.gradle @@ -14,7 +14,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3' testImplementation(project(":junit-jupiter")) - testImplementation("com.hivemq:hivemq-extension-sdk:4.32.0") + testImplementation("com.hivemq:hivemq-extension-sdk:4.41.0") testImplementation("com.hivemq:hivemq-mqtt-client:1.3.7") testImplementation("org.apache.httpcomponents:httpclient:4.5.14") testImplementation("ch.qos.logback:logback-classic:1.5.18")