Skip to content

Commit 29ed5dd

Browse files
Update all minor dependencies
1 parent eb3260e commit 29ed5dd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

buildSrc/gradle/libs.versions.toml

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

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

gradle/libs.versions.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[versions]
22
apache-commonsCompress = "1.26.0"
3-
apache-commonsIO = "2.13.0"
4-
apache-commonsLang = "3.12.0"
3+
apache-commonsIO = "2.15.1"
4+
apache-commonsLang = "3.14.0"
55
awaitility = "4.2.0"
6-
bouncycastle = "1.75"
6+
bouncycastle = "1.77"
77
byteBuddy = "1.14.12"
88
concurrentUnit = "0.4.6"
99
dropwizard-metrics = "4.2.25"
1010
eclipse-collections = "11.1.0"
11-
equalsVerifier = "3.14.2"
12-
guava = "32.0.1-jre"
11+
equalsVerifier = "3.15.8"
12+
guava = "32.1.3-jre"
1313
guice = "5.1.0"
1414
hivemq-extensionSdk = "4.26.0"
15-
jackson = "2.15.2"
15+
jackson = "2.16.1"
1616
jacoco = "0.8.7"
17-
javassist = "3.29.2-GA"
17+
javassist = "3.30.2-GA"
1818
javax-annotation-api = "1.3.2"
1919
jaxb-api = "2.3.3"
2020
jaxb-impl = "2.3.9"
2121
jctools = "4.0.3"
2222
junit = "4.13.2"
23-
kotlin = "1.8.22"
24-
logback = "1.4.14"
23+
kotlin = "1.9.22"
24+
logback = "1.5.2"
2525
mockito = "4.11.0"
2626
netty = "4.1.107.Final"
2727
oshi = "6.4.13"
@@ -80,12 +80,12 @@ 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.5.1" }
84-
githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.4.1" }
83+
forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.6" }
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.5.0" }
8888
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
8989
oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.7.0" }
9090
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
91-
versions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
91+
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }

0 commit comments

Comments
 (0)