Skip to content

Commit fe7316f

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

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/libs.versions.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
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"
1818

1919
# runtime dependencies
2020
gson = "2.11.0"
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

2525
# logging
26-
slf4j = "2.0.16"
27-
logback = "1.5.14"
26+
slf4j = "2.0.17"
27+
logback = "1.5.18"
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)