Skip to content

Commit 8feb30a

Browse files
cristianrcvclaude
andcommitted
Upgrade third-party dependencies to latest stable versions
| Dependency | Old | New | |-------------------------|------------------|------------------| | byte-buddy | 1.14.17 | 1.17.5 | | caffeine | 3.1.8 | 3.2.0 | | commons-compress | 1.27.1 | 1.28.0 | | commons-lang3 | 3.18.0 | 3.20.0 | | failsafe | 3.1.0 | 3.3.2 | | gson | 2.10.1 | 2.13.1 | | guava | 33.3.1-jre | 33.4.8-jre | | jakarta-persistence-api | 3.0.0 | 3.2.0 | | jedis | 5.1.3 | 6.0.0 | | jib (plugin) | 3.4.5 | 3.5.3 | | logback | 1.5.20 | 1.5.32 | | netty-tcnative | 2.0.0.Final | 2.0.71.Final | | resilience4j | 0.17.0 | 2.3.0 | | slf4j | 2.0.16 | 2.0.17 | | snakeyaml | 2.2 | 2.4 | | spock | 2.3-groovy-4.0 | 2.4-groovy-4.0 | Unchanged (already latest or no newer stable release): foojay, jaxb-api, kubernetes-client, luaj, moshi, netty-bom, objenesis, postgresql, spillway Micronaut framework and Seqera internal libraries are intentionally excluded. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 021f4de commit 8feb30a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

gradle/libs.versions.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# Gradle plugins
33
foojay = "1.0.0"
4-
jib = "3.4.5"
4+
jib = "3.5.3"
55
micronaut-plugin = "4.1.1"
66

77
# Seqera internal libraries
@@ -26,29 +26,29 @@ lib-serde = "1.2.0"
2626
lib-serde-moshi = "1.1.0"
2727

2828
# Third-party libraries
29-
byte-buddy = "1.14.17"
30-
caffeine = "3.1.8"
31-
commons-compress = "1.27.1"
32-
commons-lang3 = "3.18.0"
33-
failsafe = "3.1.0"
34-
gson = "2.10.1"
35-
guava = "33.3.1-jre"
36-
jakarta-persistence-api = "3.0.0"
29+
byte-buddy = "1.17.5"
30+
caffeine = "3.2.0"
31+
commons-compress = "1.28.0"
32+
commons-lang3 = "3.20.0"
33+
failsafe = "3.3.2"
34+
gson = "2.13.1"
35+
guava = "33.4.8-jre"
36+
jakarta-persistence-api = "3.2.0"
3737
jaxb-api = "2.3.1"
38-
jedis = "5.1.3"
38+
jedis = "6.0.0"
3939
kubernetes-client = "24.0.0"
40-
logback = "1.5.20"
40+
logback = "1.5.32"
4141
luaj = "3.0.1"
4242
moshi = "1.15.2"
4343
netty-bom = "4.2.5.Final"
44-
netty-tcnative = "2.0.0.Final"
44+
netty-tcnative = "2.0.71.Final"
4545
objenesis = "3.4"
4646
postgresql = "42.7.7"
47-
resilience4j = "0.17.0"
48-
slf4j = "2.0.16"
49-
snakeyaml = "2.2"
47+
resilience4j = "2.3.0"
48+
slf4j = "2.0.17"
49+
snakeyaml = "2.4"
5050
spillway = "3.0.0"
51-
spock = "2.3-groovy-4.0"
51+
spock = "2.4-groovy-4.0"
5252

5353
[libraries]
5454
# Jakarta

0 commit comments

Comments
 (0)