We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8139e0a commit 63550b1Copy full SHA for 63550b1
1 file changed
gradle/libs.versions.toml
@@ -1,19 +1,19 @@
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.6" }
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"
+spotbugs = "4.9.4"
+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"
+mockito = "5.19.0"
15
# langs
16
-scala = "3.7.1"
+scala = "3.7.2"
17
kotlin = "2.1.0"
18
19
[libraries]
0 commit comments