We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afb942f commit 5e35ff6Copy full SHA for 5e35ff6
1 file changed
gradle/libs.versions.toml
@@ -1,15 +1,15 @@
1
[plugins]
2
-spotless = { id = "com.diffplug.spotless", version = "7.1.0" }
3
-spotbugs = { id = "com.github.spotbugs", version = "6.2.1" }
+spotless = { id = "com.diffplug.spotless", version = "7.2.1" }
+spotbugs = { id = "com.github.spotbugs", version = "6.2.2" }
4
buildtimetracker = { id = "com.asarkar.gradle.build-time-tracker", version = "5.0.1" }
5
testsets = { id = "org.unbroken-dome.test-sets", version = "4.1.0" }
6
7
[versions]
8
spotbugs = "4.9.3"
9
-log4j = "2.25.0"
+log4j = "2.25.1"
10
guava = "33.4.8-jre"
11
# test libs
12
-junit = "5.13.3"
+junit = "5.13.4"
13
truth = "1.4.4"
14
mockito = "5.18.0"
15
# langs
0 commit comments