Skip to content

Commit 5e35ff6

Browse files
Update java dependencies
1 parent afb942f commit 5e35ff6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[plugins]
2-
spotless = { id = "com.diffplug.spotless", version = "7.1.0" }
3-
spotbugs = { id = "com.github.spotbugs", version = "6.2.1" }
2+
spotless = { id = "com.diffplug.spotless", version = "7.2.1" }
3+
spotbugs = { id = "com.github.spotbugs", version = "6.2.2" }
44
buildtimetracker = { id = "com.asarkar.gradle.build-time-tracker", version = "5.0.1" }
55
testsets = { id = "org.unbroken-dome.test-sets", version = "4.1.0" }
66

77
[versions]
88
spotbugs = "4.9.3"
9-
log4j = "2.25.0"
9+
log4j = "2.25.1"
1010
guava = "33.4.8-jre"
1111
# test libs
12-
junit = "5.13.3"
12+
junit = "5.13.4"
1313
truth = "1.4.4"
1414
mockito = "5.18.0"
1515
# langs

0 commit comments

Comments
 (0)