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 18, 2024
1 parent e49a55b commit 07b01d0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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" }
4 changes: 2 additions & 2 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 @@ -17,7 +17,7 @@ hivemq-edge-extensionSdk = "2024.5"
hivemq-extensionSdk = "4.30.0"
hivemq-mqttClient = "1.3.3"
kotlin = "1.9.24"
jackson = "2.17.1"
jackson = "2.17.2"
jacoco = "0.8.11"
jakarta-xml-bind = "2.3.3"
javassist = "3.30.2-GA"
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 07b01d0

Please sign in to comment.