Skip to content

Commit

Permalink
chore(deps): update all minor dependencies gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 26, 2024
1 parent 2cc44d7 commit 76e46d2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions hivemq-edge/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
apache-commonsIO = "2.16.1"
apache-commonsCompress = "1.26.2"
apache-commonsLang = "3.14.0"
assertj = "3.25.3"
apache-commonsLang = "3.15.0"
assertj = "3.26.3"
awaitility = "4.2.1"
bouncycastle = "1.70"
byteBuddy = "1.14.17"
Expand Down Expand Up @@ -39,9 +39,9 @@ slf4j = "2.0.13"
spotBugs = "4.8.5"
stefanBirkner-systemRules = "1.19.0"
swagger-annotations = "2.2.22"
victools-jsonschema = "4.35.0"
victools-jsonschema = "4.36.0"
wiremock = "3.0.1"
zeroAllocationHashing = "0.16"
zeroAllocationHashing = "0.26ea0"

[libraries]
apache-commonsIO = { module = "commons-io:commons-io", version.ref = "apache-commonsIO" }
Expand Down Expand Up @@ -109,7 +109,7 @@ zeroAllocationHashing = { module = "net.openhft:zero-allocation-hashing", versio
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" }
javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8.0" }
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" }
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.5.2" }
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
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,6 +1,6 @@
[versions]
apache-commonsIO = "2.16.1"
assertj = "3.25.3"
assertj = "3.26.3"
hivemq-edge-adapterSdk = "2024.5"
jackson = "2.17.1"
junit-jupiter = "5.10.3"
Expand Down
4 changes: 2 additions & 2 deletions modules/hivemq-edge-module-opcua/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
assertj = "3.25.3"
apache-commonsLang = "3.14.0"
assertj = "3.26.3"
apache-commonsLang = "3.15.0"
apache-commonsIO = "2.16.1"
awaitility = "4.2.1"
hivemq-edge-adapterSdk = "2024.5"
Expand Down

0 comments on commit 76e46d2

Please sign in to comment.