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 5, 2024
1 parent c0884d5 commit e680640
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
commonsLang = "3.8.1"
commonsLang = "3.17.0"
dropwizard-metrics-influxdb = "1.3.4"
hivemq-extensionSdk = "4.5.3"
hivemq-mqttClient = "1.3.3"
junit-jupiter = "5.10.0"
logback = "1.4.5"
mockito = "5.6.0"
protobuf = "3.17.3"
testcontainers = "1.19.8"
wiremock = "3.2.0"
logback = "1.5.8"
mockito = "5.14.1"
protobuf = "3.25.5"
testcontainers = "1.20.2"
wiremock = "3.9.1"

[libraries]
commonsLang = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang" }
Expand All @@ -22,7 +22,7 @@ testcontainers-junitJupiter = { module = "org.testcontainers:junit-jupiter", ver
wiremock = { module = "org.wiremock:wiremock", version.ref = "wiremock" }

[plugins]
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
protobuf = { id = "com.google.protobuf", version = "0.9.2" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }

0 comments on commit e680640

Please sign in to comment.