From 4ec11bc60bd39fe5b7dbfb0a24325fd750a77f6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 04:19:11 +0000 Subject: [PATCH] Update all minor dependencies --- buildSrc/gradle/libs.versions.toml | 2 +- gradle/libs.versions.toml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/buildSrc/gradle/libs.versions.toml b/buildSrc/gradle/libs.versions.toml index aaad2a0bc..414a150e7 100644 --- a/buildSrc/gradle/libs.versions.toml +++ b/buildSrc/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -jackson = "2.14.2" +jackson = "2.16.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 ea837f091..c1928f149 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,26 +1,26 @@ [versions] apache-commonsCompress = "1.25.0" -apache-commonsIO = "2.13.0" -apache-commonsLang = "3.12.0" +apache-commonsIO = "2.15.1" +apache-commonsLang = "3.14.0" awaitility = "4.2.0" -bouncycastle = "1.75" +bouncycastle = "1.77" byteBuddy = "1.14.11" concurrentUnit = "0.4.6" dropwizard-metrics = "4.2.25" eclipse-collections = "11.1.0" -equalsVerifier = "3.14.2" -guava = "32.0.1-jre" +equalsVerifier = "3.15.6" +guava = "32.1.3-jre" guice = "5.1.0" hivemq-extensionSdk = "4.25.0" -jackson = "2.15.2" +jackson = "2.16.1" jacoco = "0.8.7" -javassist = "3.29.2-GA" +javassist = "3.30.2-GA" javax-annotation-api = "1.3.2" jaxb-api = "2.3.3" jaxb-impl = "2.3.9" jctools = "4.0.3" junit = "4.13.2" -kotlin = "1.8.22" +kotlin = "1.9.22" logback = "1.4.14" mockito = "4.11.0" netty = "4.1.106.Final" @@ -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.5.1" } -githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" } +forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.6" } +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.5.0" }