We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a0a9d commit e76c5caCopy full SHA for e76c5ca
gradle/libs.versions.toml
@@ -1,18 +1,18 @@
1
[plugins]
2
spotless = { id = "com.diffplug.spotless", version = "7.0.2" }
3
-spotbugs = { id = "com.github.spotbugs", version = "6.1.3" }
+spotbugs = { id = "com.github.spotbugs", version = "6.1.7" }
4
buildtimetracker = { id = "com.asarkar.gradle.build-time-tracker", version = "4.3.0" }
5
testsets = { id = "org.unbroken-dome.test-sets", version = "4.1.0" }
6
7
[versions]
8
-spotbugs = "4.9.1"
+spotbugs = "4.9.3"
9
log4j = "2.24.3"
10
# test libs
11
-junit = "5.11.4"
+junit = "5.12.1"
12
truth = "1.4.4"
13
-mockito = "5.15.2"
+mockito = "5.16.1"
14
# langs
15
-scala = "3.6.3"
+scala = "3.6.4"
16
kotlin = "2.1.0"
17
18
[libraries]
0 commit comments