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 Nov 2, 2024
1 parent 8f8f6f7 commit 6c531ed
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion buildSrc/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
jackson = "2.17.2"
jackson = "2.18.1"

[libraries]
jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
apache-commonsCompress = "1.26.2"
apache-commonsIO = "2.16.1"
apache-commonsLang = "3.14.0"
apache-commonsCompress = "1.27.1"
apache-commonsIO = "2.17.0"
apache-commonsLang = "3.17.0"
awaitility = "4.2.2"
bouncycastle = "1.78.1"
byteBuddy = "1.14.19"
bouncycastle = "1.79"
byteBuddy = "1.15.9"
concurrentUnit = "0.4.6"
dropwizard-metrics = "4.2.28"
eclipse-collections = "11.1.0"
equalsVerifier = "3.16.2"
guava = "33.1.0-jre"
equalsVerifier = "3.17.1"
guava = "33.3.1-jre"
guice = "5.1.0"
hivemq-extensionSdk = "4.34.0"
jackson = "2.17.2"
jackson = "2.18.1"
jacoco = "0.8.7"
javassist = "3.30.2-GA"
javax-annotation-api = "1.3.2"
Expand All @@ -22,7 +22,7 @@ jctools = "4.0.5"
junit = "4.13.2"
kotlin = "1.9.25"
logback = "1.5.12"
mockito = "5.11.0"
mockito = "5.14.2"
netty = "4.1.114.Final"
oshi = "6.6.5"
rocksdb = "8.3.3"
Expand Down Expand Up @@ -80,8 +80,8 @@ zeroAllocationHashing = { module = "net.openhft:zero-allocation-hashing", versio

[plugins]
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.7" }
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" }
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.8" }
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.5.2" }
javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" }
Expand Down

0 comments on commit 6c531ed

Please sign in to comment.