Skip to content

Commit 045fd28

Browse files
chore: update all dependencies with patch changes
1 parent a22dd17 commit 045fd28

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
22

33
# plugins
4-
shadow = "8.3.5"
4+
shadow = "8.3.6"
55
juppiter = "0.4.0"
66
spotless = "6.25.0"
77
nexusPublish = "2.0.0"
8-
checkstyleTools = "10.21.0"
8+
checkstyleTools = "10.21.4"
99

1010
# testing
1111
junit = "5.11.4"
1212
mockito = "5.14.2"
1313
junitLauncher = "1.11.4"
14-
testcontainers = "1.20.4"
14+
testcontainers = "1.20.6"
1515

1616
# compile time processing
1717
lombok = "1.18.36"
@@ -20,15 +20,15 @@ lombok = "1.18.36"
2020
gson = "2.11.0"
2121
jjwt = "0.12.6"
2222
guava = "33.4.0-jre"
23-
annotations = "26.0.1"
23+
annotations = "26.0.2"
2424

2525
# logging
26-
slf4j = "2.0.16"
27-
logback = "1.5.14"
26+
slf4j = "2.0.17"
27+
logback = "1.5.17"
2828

2929
# validation
3030
expressly = "5.0.0"
31-
jakartaValidationApi = "3.1.0"
31+
jakartaValidationApi = "3.1.1"
3232
hibernateValidator = "8.0.2.Final"
3333

3434
# netty stuff

0 commit comments

Comments
 (0)