From 2afa55fabe0855f16827c7cc1ebb59fb32924e59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:58:56 +0000 Subject: [PATCH] Bump com.hivemq:hivemq-mqtt-client in /modules/hivemq Bumps [com.hivemq:hivemq-mqtt-client](https://github.com/hivemq/hivemq-mqtt-client) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases) - [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md) - [Commits](https://github.com/hivemq/hivemq-mqtt-client/compare/v1.3.3...v1.3.4) --- updated-dependencies: - dependency-name: com.hivemq:hivemq-mqtt-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- modules/hivemq/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hivemq/build.gradle b/modules/hivemq/build.gradle index 1c748a8d2e3..80fad2e76d0 100644 --- a/modules/hivemq/build.gradle +++ b/modules/hivemq/build.gradle @@ -14,7 +14,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.10.3") testImplementation(project(":junit-jupiter")) testImplementation("com.hivemq:hivemq-extension-sdk:4.32.0") - testImplementation("com.hivemq:hivemq-mqtt-client:1.3.3") + testImplementation("com.hivemq:hivemq-mqtt-client:1.3.4") testImplementation("org.apache.httpcomponents:httpclient:4.5.14") testImplementation("ch.qos.logback:logback-classic:1.5.8") testImplementation 'org.assertj:assertj-core:3.26.3'