Skip to content

Commit

Permalink
Update all patch dependencies (#575)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 5f6991d commit 54c1eef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ apache-plc4x = "0.11.0"
assertj = "3.26.3"
awaitility = "4.2.2"
bouncycastle = "1.70"
byteBuddy = "1.15.1"
byteBuddy = "1.15.4"
concurrentUnit = "0.4.6"
dagger = "2.52"
dropwizard-metrics = "4.2.27"
dropwizard-metrics = "4.2.28"
equalsVerifier = "3.17.1"
future-converter = "1.2.0"
guava = "32.1.3-jre"
Expand All @@ -28,9 +28,9 @@ jctools = "4.0.5"
jersey = "2.45"
jose4j = "0.9.6"
jsonSchemaValidator = "1.5.2"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
junit = "4.13.2"
logback = "1.5.8"
logback = "1.5.10"
milo = "0.6.14"
mockito = "5.14.1"
modbus = "1.2.2"
Expand All @@ -41,7 +41,7 @@ shrinkwrap = "1.2.6"
slf4j = "2.0.16"
spotBugs = "4.8.5"
stefanBirkner-systemRules = "1.19.0"
swagger-annotations = "2.2.23"
swagger-annotations = "2.2.25"
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.23"
id("io.swagger.core.v3.swagger-gradle-plugin") version "2.2.25"
id("com.hivemq.edge-version-updater")
id("com.hivemq.third-party-license-generator")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apache-commonsLang = "3.17.0"
assertj = "3.26.3"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.18.0"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.14.1"
slf4j = "2.0.16"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ assertj = "3.26.3"
guava = "32.1.3-jre"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.18.0"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.14.1"
modbus = "1.2.2"
slf4j = "2.0.13"
Expand Down

0 comments on commit 54c1eef

Please sign in to comment.