Skip to content

Commit f9e81f4

Browse files
Update all minor dependencies
1 parent f13006a commit f9e81f4

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Diff for: buildSrc/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
jackson = "2.17.2"
2+
jackson = "2.18.3"
33

44
[libraries]
55
jackson-dataformat-xml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-xml", version.ref = "jackson" }

Diff for: gradle/libs.versions.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[versions]
2-
apache-commonsCompress = "1.26.2"
3-
apache-commonsIO = "2.16.1"
4-
apache-commonsLang = "3.14.0"
5-
awaitility = "4.2.2"
6-
bouncycastle = "1.78.1"
7-
byteBuddy = "1.14.19"
2+
apache-commonsCompress = "1.27.1"
3+
apache-commonsIO = "2.18.0"
4+
apache-commonsLang = "3.17.0"
5+
awaitility = "4.3.0"
6+
bouncycastle = "1.80"
7+
byteBuddy = "1.17.1"
88
concurrentUnit = "0.4.6"
99
dropwizard-metrics = "4.2.30"
1010
eclipse-collections = "11.1.0"
11-
equalsVerifier = "3.16.2"
12-
guava = "33.3.1-jre"
11+
equalsVerifier = "3.19.1"
12+
guava = "33.4.0-jre"
1313
guice = "5.1.0"
1414
hivemq-extensionSdk = "4.36.0"
1515
jackson = "2.18.3"
@@ -22,9 +22,9 @@ jctools = "4.0.5"
2222
junit = "4.13.2"
2323
kotlin = "1.9.25"
2424
logback = "1.5.17"
25-
mockito = "5.11.0"
25+
mockito = "5.15.2"
2626
netty = "4.1.119.Final"
27-
oshi = "6.6.6"
27+
oshi = "6.7.0"
2828
rocksdb = "8.3.3"
2929
shrinkwrap = "1.2.6"
3030
slf4j = "2.0.17"
@@ -80,8 +80,8 @@ zeroAllocationHashing = { module = "net.openhft:zero-allocation-hashing", versio
8080

8181
[plugins]
8282
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
83-
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.7" }
84-
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" }
83+
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.8" }
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" }
8787
metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.6.0" }

0 commit comments

Comments
 (0)