Skip to content

Commit

Permalink
Update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent e29e65a commit 9765b64
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
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")
}

Expand Down
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,10 +5,10 @@ apache-commonsLang = "3.17.0"
assertj = "3.26.3"
awaitility = "4.2.2"
bouncycastle = "1.70"
byteBuddy = "1.15.1"
byteBuddy = "1.15.3"
concurrentUnit = "0.4.6"
dagger = "2.52"
dropwizard-metrics = "4.2.27"
dropwizard-metrics = "4.2.28"
equalsVerifier = "3.16.2"
future-converter = "1.2.0"
guava = "32.1.3-jre"
Expand All @@ -27,7 +27,7 @@ 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"
mockito = "5.13.0"
Expand All @@ -38,7 +38,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
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.17.2"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.13.0"
slf4j = "2.0.16"

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
Expand Up @@ -3,7 +3,7 @@ apache-commonsIO = "2.17.0"
assertj = "3.25.3"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.2"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.13.0"
slf4j = "2.0.16"

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
Expand Up @@ -3,7 +3,7 @@ apache-commonsIO = "2.17.0"
assertj = "3.26.3"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.2"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.13.0"
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.17.2"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.13.0"
modbus = "1.2.2"
slf4j = "2.0.13"
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 @@ -5,7 +5,7 @@ apache-commonsIO = "2.17.0"
awaitility = "4.2.2"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.2"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.13.0"
slf4j = "2.0.16"
milo = "0.6.14"
Expand Down
2 changes: 1 addition & 1 deletion modules/hivemq-edge-module-plc4x/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apache-plc4x = "0.11.0"
assertj = "3.25.3"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.1"
junit-jupiter = "5.11.0"
junit-jupiter = "5.11.2"
mockito = "5.13.0"
slf4j = "2.0.16"

Expand Down

0 comments on commit 9765b64

Please sign in to comment.