From 663c7917dbbc8d09ecf8863c818031a6b6ef84ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 21:56:10 +0000 Subject: [PATCH] Update all minor dependencies --- gradle/libs.versions.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ef73123a9..aabd4546a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ concurrentUnit = "0.4.6" dropwizard-metrics = "4.2.25" eclipse-collections = "11.1.0" equalsVerifier = "3.16.1" -guava = "33.1.0-jre" +guava = "33.2.0-jre" guice = "5.1.0" hivemq-extensionSdk = "4.29.0" jackson = "2.17.1" @@ -22,7 +22,7 @@ jctools = "4.0.3" junit = "4.13.2" kotlin = "1.9.24" logback = "1.5.6" -mockito = "5.11.0" +mockito = "5.12.0" netty = "4.1.110.Final" oshi = "6.6.1" rocksdb = "8.3.3" @@ -31,7 +31,7 @@ slf4j = "2.0.13" stefanBirkner-systemRules = "1.19.0" wiremock = "3.0.1" xodus = "1.2.3" -zeroAllocationHashing = "0.16" +zeroAllocationHashing = "0.26ea0" [libraries] apache-commonsCompress = { module = "org.apache.commons:commons-compress", version.ref = "apache-commonsCompress" } @@ -81,10 +81,10 @@ 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.5.0" } +metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" } nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.9.0" } shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }