Skip to content

Commit 3fe4a1b

Browse files
Update java dependencies (#255)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ea5c8b commit 3fe4a1b

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.0.4" }
3-
spotbugs = { id = "com.github.spotbugs", version = "6.1.13" }
2+
spotless = { id = "com.diffplug.spotless", version = "7.1.0" }
3+
spotbugs = { id = "com.github.spotbugs", version = "6.2.1" }
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.24.3"
9+
log4j = "2.25.0"
1010
guava = "33.4.8-jre"
1111
# test libs
12-
junit = "5.13.0"
12+
junit = "5.13.3"
1313
truth = "1.4.4"
1414
mockito = "5.18.0"
1515
# langs

0 commit comments

Comments
 (0)