Skip to content

Commit

Permalink
Update all patch dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 1891a9f commit 0816b91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gson = "2.10.1"
gsonFire = "1.8.5"
guava = "33.0.0-jre"
hivemq-communityEditionEmbedded = "2024.2"
hivemq-mqttClient = "1.3.2"
hivemq-mqttClient = "1.3.3"
hivemq-testcontainer = "2.0.0"
javaNative = "17"
javax-annotation-api = "1.3.2"
Expand All @@ -26,8 +26,8 @@ mockito = "5.10.0"
netty = "4.1.94.Final"
okhttp = "4.11.0"
openCsv = "5.7.1"
picocli = "4.7.0"
swagger-annotations = "1.6.11"
picocli = "4.7.5"
swagger-annotations = "1.6.13"
testcontainers = "1.18.3"
tinylog = "2.6.2"

Expand Down Expand Up @@ -77,11 +77,11 @@ tinylog-impl = { module = "org.tinylog:tinylog-impl", version.ref = "tinylog" }
[plugins]
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.5.1" }
gitPublish = { id = "org.ajoberstar.git-publish", version = "3.0.0" }
gitPublish = { id = "org.ajoberstar.git-publish", version = "3.0.1" }
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" }
graalvm-native = { id = "org.graalvm.buildtools.native", version = "0.9.27" }
jib = { id = "com.google.cloud.tools.jib", version = "3.3.2" }
launch4j = { id = "edu.sc.seis.launch4j", version = "3.0.4" }
launch4j = { id = "edu.sc.seis.launch4j", version = "3.0.5" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
nebula-ospackage = { id = "com.netflix.nebula.ospackage", version = "11.4.0" }
openapi-generator = { id = "org.openapi.generator", version = "4.3.1" } # >= 5.0.0 breaks the tasks
Expand Down

0 comments on commit 0816b91

Please sign in to comment.