Skip to content

Commit 898e471

Browse files
Update java dependencies
1 parent 30f8c94 commit 898e471

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
log4j = "2.25.3"
2+
log4j = "2.25.4"
33
guava = "33.5.0-jre"
44
spotbugs-annotations = "4.9.8"
55
# test libs
6-
junit = "6.0.2"
6+
junit = "6.0.3"
77
truth = "1.4.5"
8-
mockito = "5.21.0"
8+
mockito = "5.23.0"
99
# langs
10-
scala = "3.7.4"
10+
scala = "3.8.3"
1111
kotlin = "2.3.0"
1212
# plugins
13-
spotless = "8.1.0"
13+
spotless = "8.4.0"
1414
checkstyle = "10.12.0"
15-
spotbugs-plugin = "6.4.8"
16-
buildtimetracker = "5.0.1"
15+
spotbugs-plugin = "6.4.10"
16+
buildtimetracker = "5.0.2"
1717
testsets = "4.1.0"
1818

1919
[libraries]

0 commit comments

Comments
 (0)