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 Sep 7, 2024
1 parent 5b2a422 commit ceb6bb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
assertj = "3.25.3"
assertj = "3.26.3"
awaitility = "4.2.2"
commonsLang = "3.14.0"
commonsLang = "3.17.0"
hivemq-extensionSdk = "4.1.0"
hivemq-mqttClient = "1.3.3"
influxdb = "2.24"
jetbrains-annotations = "24.1.0"
junit-jupiter = "5.10.0"
logback = "1.5.8"
metrics-influxdb = "1.3.4"
mockito = "5.11.0"
mockito = "5.13.0"
okhttp = "4.12.0"
testcontainers = "1.19.8"
wiremock = "3.5.4"
testcontainers = "1.20.1"
wiremock = "3.9.1"

[libraries]
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }
Expand All @@ -31,6 +31,6 @@ 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" }
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 ceb6bb0

Please sign in to comment.