Skip to content

Commit 4230075

Browse files
Update java dependencies
1 parent f09b148 commit 4230075

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
2-
log4j = "2.25.1"
3-
guava = "33.4.8-jre"
4-
spotbugs-annotations = "4.9.4"
2+
log4j = "2.25.2"
3+
guava = "33.5.0-jre"
4+
spotbugs-annotations = "4.9.8"
55
# test libs
6-
junit = "5.13.3"
7-
truth = "1.4.4"
8-
mockito = "5.19.0"
6+
junit = "6.0.1"
7+
truth = "1.4.5"
8+
mockito = "5.21.0"
99
# langs
10-
scala = "3.7.1"
10+
scala = "3.7.4"
1111
kotlin = "2.2.10"
1212
# plugins
13-
spotless = "7.2.1"
13+
spotless = "8.1.0"
1414
checkstyle = "10.12.0"
15-
spotbugs-plugin = "6.2.5"
15+
spotbugs-plugin = "6.4.7"
1616
buildtimetracker = "5.0.1"
1717
testsets = "4.1.0"
1818

0 commit comments

Comments
 (0)