Skip to content

Commit 0b617b4

Browse files
Bump logback-classic from 1.4.3 to 1.4.4 in /modules/hivemq
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.4.3...v_1.4.4) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9f48ab commit 0b617b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hivemq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation("com.hivemq:hivemq-extension-sdk:4.9.0")
1717
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.0")
1818
testImplementation("org.apache.httpcomponents:httpclient:4.5.13")
19-
testImplementation("ch.qos.logback:logback-classic:1.4.3")
19+
testImplementation("ch.qos.logback:logback-classic:1.4.4")
2020
testImplementation 'org.assertj:assertj-core:3.23.1'
2121
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
2222
}

0 commit comments

Comments
 (0)