Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent db1f50f commit ce9a944
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.18.0"
jackson = "2.18.2"

[libraries]
jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ apache-plc4x = "0.11.0"
assertj = "3.26.3"
awaitility = "4.2.2"
bouncycastle = "1.70"
byteBuddy = "1.15.5"
byteBuddy = "1.15.10"
concurrentUnit = "0.4.6"
dagger = "2.52"
dropwizard-metrics = "4.2.28"
equalsVerifier = "3.17.1"
dropwizard-metrics = "4.2.29"
equalsVerifier = "3.17.5"
future-converter = "1.2.0"
guava = "32.1.3-jre"
hivemq-edge-adapterSdk = "2024.5"
hivemq-edge-extensionSdk = "2024.5"
hivemq-extensionSdk = "4.30.0"
hivemq-mqttClient = "1.3.3"
hivemq-mqttClient = "1.3.4"
kotlin = "1.9.25"
jackson = "2.18.0"
jackson = "2.18.2"
jacoco = "0.8.11"
jakarta-xml-bind = "2.3.3"
jsonSchemaInferrer = "0.2.1"
Expand All @@ -28,10 +28,10 @@ jaxb = "2.3.9"
jctools = "4.0.5"
jersey = "2.45"
jose4j = "0.9.6"
jsonSchemaValidator = "1.5.2"
junit-jupiter = "5.11.2"
jsonSchemaValidator = "1.5.4"
junit-jupiter = "5.11.3"
junit = "4.13.2"
logback = "1.5.11"
logback = "1.5.12"
milo = "0.6.15"
mockito = "5.14.2"
modbus = "1.2.2"
Expand All @@ -42,7 +42,7 @@ shrinkwrap = "1.2.6"
slf4j = "2.0.16"
spotBugs = "4.8.5"
stefanBirkner-systemRules = "1.19.0"
swagger-annotations = "2.2.25"
swagger-annotations = "2.2.27"
victools-jsonschema = "4.36.0"
wiremock = "3.0.1"
zeroAllocationHashing = "0.16"
Expand Down
2 changes: 1 addition & 1 deletion hivemq-edge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ plugins {

id("jacoco")
id("pmd")
id("io.swagger.core.v3.swagger-gradle-plugin") version "2.2.25"
id("io.swagger.core.v3.swagger-gradle-plugin") version "2.2.27"
id("com.hivemq.edge-version-updater")
id("com.hivemq.third-party-license-generator")

Expand Down

0 comments on commit ce9a944

Please sign in to comment.