Skip to content

Commit 38a02c9

Browse files
chore: update all dependencies with patch changes (#72)
1 parent 221486a commit 38a02c9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
# plugins
4-
shadow = "8.3.5"
4+
shadow = "8.3.6"
55
juppiter = "0.4.0"
66
spotless = "7.0.2"
77
nexusPublish = "2.0.0"
@@ -11,26 +11,26 @@ checkstyleTools = "10.22.0"
1111
junit = "5.12.1"
1212
mockito = "5.16.1"
1313
junitLauncher = "1.12.1"
14-
testcontainers = "1.20.4"
14+
testcontainers = "1.20.6"
1515

1616
# compile time processing
17-
lombok = "1.18.36"
17+
lombok = "1.18.38"
1818

1919
# runtime dependencies
2020
gson = "2.12.1"
2121
jjwt = "0.12.6"
22-
guava = "33.4.0-jre"
23-
annotations = "26.0.1"
22+
guava = "33.4.6-jre"
23+
annotations = "26.0.2"
2424
unirest = "4.4.5"
2525
caffeine = "3.2.0"
2626

2727
# logging
28-
slf4j = "2.0.16"
29-
logback = "1.5.14"
28+
slf4j = "2.0.17"
29+
logback = "1.5.18"
3030

3131
# validation
3232
expressly = "5.0.0"
33-
jakartaValidationApi = "3.1.0"
33+
jakartaValidationApi = "3.1.1"
3434
hibernateValidator = "8.0.2.Final"
3535

3636
# netty stuff

0 commit comments

Comments
 (0)