From 8f3573fb0b9c319307c02894b0a52273b701d485 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 04:09:38 +0000 Subject: [PATCH] Update all minor dependencies --- gradle/libs.versions.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f687fd50b..5519d9234 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,15 +1,15 @@ [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" +byteBuddy = "1.15.1" concurrentUnit = "0.4.6" dropwizard-metrics = "4.2.27" eclipse-collections = "11.1.0" equalsVerifier = "3.16.2" -guava = "33.1.0-jre" +guava = "33.3.0-jre" guice = "5.1.0" hivemq-extensionSdk = "4.31.0" jackson = "2.17.2" @@ -22,7 +22,7 @@ jctools = "4.0.5" junit = "4.13.2" kotlin = "1.9.25" logback = "1.5.8" -mockito = "5.11.0" +mockito = "5.13.0" netty = "4.1.113.Final" oshi = "6.6.4" rocksdb = "8.3.3" @@ -81,7 +81,7 @@ 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" } +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" }