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 28, 2024
1 parent 85312bc commit fa2620a
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,6 +1,6 @@
[versions]
awaitility = "4.2.2"
aws-sdkv2 = "2.25.69"
aws-sdkv2 = "2.28.11"
dropwizard-metrics-cloudwatch = "2.0.8"
hivemq-extensionSdk = "4.6.4"
hivemq-mqttClient = "1.3.3"
Expand All @@ -10,9 +10,9 @@ jetbrains-annotations = "24.1.0"
junit-jupiter = "5.10.0"
kotlin = "2.0.20"
logback = "1.5.8"
mockito = "5.12.0"
mockito = "5.14.0"
okhttp = "4.12.0"
testcontainers = "1.19.8"
testcontainers = "1.20.1"

[libraries]
awaitility = { module = "org.awaitility:awaitility", version.ref = "awaitility" }
Expand All @@ -32,6 +32,6 @@ testcontainers-localstack = { module = "org.testcontainers:localstack", version.

[plugins]
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }

0 comments on commit fa2620a

Please sign in to comment.