Skip to content

Commit

Permalink
Update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 26, 2024
1 parent 0151a06 commit 5defb44
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
commonsLang = "3.14.0"
commonsLang = "3.17.0"
guava = "31.1-jre"
jackson = "2.17.2"
jackson = "2.18.0"
hivemq-extensionSdk = "4.29.0"
jackson-asl = "1.9.13"
jetbrains-annotations = "24.1.0"
junit-jupiter = "5.10.0"
mockito = "5.12.0"
mockito = "5.14.2"
protobuf = "3.25.5"
tahu = "1.0.11"

Expand All @@ -22,7 +22,7 @@ protobuf = { module = "com.google.protobuf:protobuf-java", version.ref = "protob
tahu = { module = "org.eclipse.tahu:tahu-core", version.ref = "tahu" }

[plugins]
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
checksum = { id = "org.gradle.crypto.checksum", version = "1.4.0"}
Expand Down

0 comments on commit 5defb44

Please sign in to comment.