diff --git a/buildSrc/gradle/libs.versions.toml b/buildSrc/gradle/libs.versions.toml index f779f7b20..c0f14f6e9 100644 --- a/buildSrc/gradle/libs.versions.toml +++ b/buildSrc/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -jackson = "2.17.2" +jackson = "2.20.1" [libraries] jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1678ef818..42d8dbb61 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] -apache-commonsCompress = "1.26.2" -apache-commonsIO = "2.16.1" -apache-commonsLang = "3.14.0" -awaitility = "4.2.2" -bouncycastle = "1.78.1" -byteBuddy = "1.14.19" +apache-commonsCompress = "1.28.0" +apache-commonsIO = "2.21.0" +apache-commonsLang = "3.20.0" +awaitility = "4.3.0" +bouncycastle = "1.83" +byteBuddy = "1.18.2" concurrentUnit = "0.4.6" dropwizard-metrics = "4.2.37" eclipse-collections = "11.1.0" -equalsVerifier = "3.16.2" -guava = "33.3.1-jre" +equalsVerifier = "3.19.4" +guava = "33.5.0-jre" guice = "5.1.0" hivemq-extensionSdk = "4.46.1" -jackson = "2.18.3" +jackson = "2.20.1" jacoco = "0.8.7" javassist = "3.30.2-GA" javax-annotation-api = "1.3.2" @@ -22,16 +22,16 @@ jctools = "4.0.5" junit = "4.13.2" kotlin = "1.9.25" logback = "1.5.21" -mockito = "5.11.0" +mockito = "5.20.0" netty = "4.1.128.Final" -oshi = "6.6.6" +oshi = "6.9.1" rocksdb = "8.3.3" shrinkwrap = "1.2.6" slf4j = "2.0.17" stefanBirkner-systemRules = "1.19.0" wiremock = "3.0.1" xodus = "1.2.3" -zeroAllocationHashing = "0.16" +zeroAllocationHashing = "0.27ea1" [libraries] apache-commonsCompress = { module = "org.apache.commons:commons-compress", version.ref = "apache-commonsCompress" } @@ -80,12 +80,12 @@ 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" } -javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8.0" } +forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.10" } +githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.5.2" } +javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.9.0" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" } mavenCentralPublishing = { id = "io.github.sgtsilvio.gradle.maven-central-publishing", version = "0.4.1" } -oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.22.0" } +oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.24.0" } shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" } -versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } +versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }