Skip to content

Commit db88750

Browse files
Combined dependencies PR (#11077)
* Bump org.apache.commons:commons-lang3 in /modules/hivemq Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump ch.qos.logback:logback-classic in /modules/hivemq Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.18 to 1.5.19. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.18...v_1.5.19) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * 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.8 to 1.3.9. - [Release notes](https://github.com/hivemq/hivemq-mqtt-client/releases) - [Changelog](https://github.com/hivemq/hivemq-mqtt-client/blob/master/RELEASE.md) - [Commits](hivemq/hivemq-mqtt-client@v1.3.8...v1.3.9) --- updated-dependencies: - dependency-name: com.hivemq:hivemq-mqtt-client dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents fd168df + bf6c183 commit db88750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/hivemq/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api(project(":testcontainers"))
55
api("org.jetbrains:annotations:26.0.2-1")
66

7-
shaded("org.apache.commons:commons-lang3:3.18.0")
7+
shaded("org.apache.commons:commons-lang3:3.19.0")
88
shaded("commons-io:commons-io:2.20.0")
99
shaded("org.javassist:javassist:3.30.2-GA")
1010
shaded("org.jboss.shrinkwrap:shrinkwrap-api:1.2.6")
@@ -13,9 +13,9 @@ dependencies {
1313

1414
testImplementation(project(":testcontainers-junit-jupiter"))
1515
testImplementation("com.hivemq:hivemq-extension-sdk:4.45.0")
16-
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.8")
16+
testImplementation("com.hivemq:hivemq-mqtt-client:1.3.10")
1717
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
18-
testImplementation("ch.qos.logback:logback-classic:1.5.18")
18+
testImplementation("ch.qos.logback:logback-classic:1.5.19")
1919
}
2020

2121
test {

0 commit comments

Comments
 (0)