From 33043bcc736b440703de2fd58a1e6ac55a324fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 15:16:55 +0000 Subject: [PATCH] Update all minor dependencies --- buildSrc/gradle/libs.versions.toml | 2 +- gradle/libs.versions.toml | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/buildSrc/gradle/libs.versions.toml b/buildSrc/gradle/libs.versions.toml index f779f7b20..439343749 100644 --- a/buildSrc/gradle/libs.versions.toml +++ b/buildSrc/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -jackson = "2.17.2" +jackson = "2.18.2" [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 870dca717..6803b398b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,14 +1,14 @@ [versions] -apache-commonsCompress = "1.26.2" -apache-commonsIO = "2.16.1" -apache-commonsLang = "3.14.0" +apache-commonsCompress = "1.27.1" +apache-commonsIO = "2.18.0" +apache-commonsLang = "3.17.0" awaitility = "4.2.2" -bouncycastle = "1.78.1" -byteBuddy = "1.14.19" +bouncycastle = "1.79" +byteBuddy = "1.15.10" concurrentUnit = "0.4.6" dropwizard-metrics = "4.2.29" eclipse-collections = "11.1.0" -equalsVerifier = "3.16.2" +equalsVerifier = "3.17.4" guava = "33.3.1-jre" guice = "5.1.0" hivemq-extensionSdk = "4.35.0" @@ -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.115.Final" oshi = "6.6.5" rocksdb = "8.3.3" @@ -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" }