|
1 | 1 | [versions]
|
2 | 2 | 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" |
5 | 5 | awaitility = "4.2.0"
|
6 |
| -bouncycastle = "1.75" |
| 6 | +bouncycastle = "1.77" |
7 | 7 | byteBuddy = "1.14.12"
|
8 | 8 | concurrentUnit = "0.4.6"
|
9 | 9 | dropwizard-metrics = "4.2.25"
|
10 | 10 | 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" |
13 | 13 | guice = "5.1.0"
|
14 | 14 | hivemq-extensionSdk = "4.26.0"
|
15 |
| -jackson = "2.15.2" |
| 15 | +jackson = "2.16.1" |
16 | 16 | jacoco = "0.8.7"
|
17 |
| -javassist = "3.29.2-GA" |
| 17 | +javassist = "3.30.2-GA" |
18 | 18 | javax-annotation-api = "1.3.2"
|
19 | 19 | jaxb-api = "2.3.3"
|
20 | 20 | jaxb-impl = "2.3.9"
|
21 | 21 | jctools = "4.0.3"
|
22 | 22 | junit = "4.13.2"
|
23 |
| -kotlin = "1.8.22" |
24 |
| -logback = "1.4.14" |
| 23 | +kotlin = "1.9.22" |
| 24 | +logback = "1.5.2" |
25 | 25 | mockito = "4.11.0"
|
26 | 26 | netty = "4.1.107.Final"
|
27 | 27 | oshi = "6.4.13"
|
@@ -80,12 +80,12 @@ zeroAllocationHashing = { module = "net.openhft:zero-allocation-hashing", versio
|
80 | 80 |
|
81 | 81 | [plugins]
|
82 | 82 | 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" } |
85 | 85 | javadocLinks = { id = "io.github.sgtsilvio.gradle.javadoc-links", version = "0.8.0" }
|
86 | 86 | license = { id = "com.github.hierynomus.license", version = "0.16.1" }
|
87 | 87 | metadata = { id = "io.github.sgtsilvio.gradle.metadata", version = "0.5.0" }
|
88 | 88 | nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
|
89 | 89 | oci = { id = "io.github.sgtsilvio.gradle.oci", version = "0.7.0" }
|
90 | 90 | 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