Skip to content

Commit b59105f

Browse files
Update all minor dependencies
1 parent 4ced56f commit b59105f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrentUnit = "0.4.6"
99
dropwizard-metrics = "4.2.25"
1010
eclipse-collections = "11.1.0"
1111
equalsVerifier = "3.16.1"
12-
guava = "33.1.0-jre"
12+
guava = "33.2.0-jre"
1313
guice = "5.1.0"
1414
hivemq-extensionSdk = "4.29.0"
1515
jackson = "2.17.1"
@@ -22,7 +22,7 @@ jctools = "4.0.3"
2222
junit = "4.13.2"
2323
kotlin = "1.9.24"
2424
logback = "1.5.6"
25-
mockito = "5.11.0"
25+
mockito = "5.12.0"
2626
netty = "4.1.110.Final"
2727
oshi = "6.6.1"
2828
rocksdb = "8.3.3"
@@ -31,7 +31,7 @@ slf4j = "2.0.13"
3131
stefanBirkner-systemRules = "1.19.0"
3232
wiremock = "3.0.1"
3333
xodus = "1.2.3"
34-
zeroAllocationHashing = "0.16"
34+
zeroAllocationHashing = "0.26ea0"
3535

3636
[libraries]
3737
apache-commonsCompress = { module = "org.apache.commons:commons-compress", version.ref = "apache-commonsCompress" }
@@ -81,11 +81,11 @@ zeroAllocationHashing = { module = "net.openhft:zero-allocation-hashing", versio
8181
[plugins]
8282
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
8383
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.7" }
84-
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" }
84+
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.5.2" }
8585
javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8.0" }
8686
license = { id = "com.github.hierynomus.license", version = "0.16.1" }
87-
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.5.0" }
87+
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" }
8888
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
89-
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.9.0" }
89+
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.10.0" }
9090
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
9191
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }

0 commit comments

Comments
 (0)