Skip to content

Commit

Permalink
fix(deps): update gradle patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 02d78a8 commit 00b9ec6
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion edge-plugins/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
jackson = "2.17.1"
jackson = "2.17.2"

[libraries]
jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
8 changes: 4 additions & 4 deletions hivemq-edge/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apache-commonsLang = "3.14.0"
assertj = "3.25.3"
awaitility = "4.2.1"
bouncycastle = "1.70"
byteBuddy = "1.14.17"
byteBuddy = "1.14.18"
concurrentUnit = "0.4.6"
dagger = "2.51.1"
dropwizard-metrics = "4.2.26"
Expand All @@ -16,8 +16,8 @@ hivemq-edge-adapterSdk = "2024.5"
hivemq-edge-extensionSdk = "2024.5"
hivemq-extensionSdk = "4.30.0"
hivemq-mqttClient = "1.3.3"
kotlin = "1.9.24"
jackson = "2.17.1"
kotlin = "1.9.25"
jackson = "2.17.2"
jacoco = "0.8.11"
jakarta-xml-bind = "2.3.3"
javassist = "3.30.2-GA"
Expand All @@ -32,7 +32,7 @@ junit = "4.13.2"
logback = "1.5.6"
mockito = "5.12.0"
mqtt-sn-codec = "838f51d691"
netty = "4.1.111.Final"
netty = "4.1.112.Final"
pmd = "6.55.0"
shrinkwrap = "1.2.6"
slf4j = "2.0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-file/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
apache-commonsIO = "2.16.1"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.1"
jackson = "2.17.2"
junit-jupiter = "5.10.3"
mockito = "5.12.0"
slf4j = "2.0.13"
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-http/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
apache-commonsIO = "2.16.1"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.1"
jackson = "2.17.2"
junit-jupiter = "5.10.3"
mockito = "5.12.0"
slf4j = "2.0.13"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apache-commonsIO = "2.16.1"
guava = "32.1.3-jre"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.1"
jackson = "2.17.2"
junit-jupiter = "5.10.3"
mockito = "5.12.0"
modbus = "1.2.2"
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-opcua/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apache-commonsLang = "3.14.0"
apache-commonsIO = "2.16.1"
awaitility = "4.2.1"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.1"
jackson = "2.17.2"
junit-jupiter = "5.10.3"
mockito = "5.12.0"
slf4j = "2.0.13"
Expand Down

0 comments on commit 00b9ec6

Please sign in to comment.