diff --git a/modules/hivemq/build.gradle b/modules/hivemq/build.gradle index 6750c495421..0e2e0d4ae84 100644 --- a/modules/hivemq/build.gradle +++ b/modules/hivemq/build.gradle @@ -15,7 +15,7 @@ dependencies { testImplementation("com.hivemq:hivemq-extension-sdk:4.50.0") testImplementation("com.hivemq:hivemq-mqtt-client:1.3.13") testImplementation("org.apache.httpcomponents:httpclient:4.5.14") - testImplementation("ch.qos.logback:logback-classic:1.5.32") + testImplementation("ch.qos.logback:logback-classic:1.5.34") } test {