diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5955114..4792dac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,17 +3,17 @@ log4j = "2.25.3" guava = "33.5.0-jre" spotbugs-annotations = "4.9.8" # test libs -junit = "6.0.2" +junit = "6.0.3" truth = "1.4.5" -mockito = "5.21.0" +mockito = "5.23.0" # langs -scala = "3.7.4" +scala = "3.8.2" kotlin = "2.3.0" # plugins -spotless = "8.1.0" +spotless = "8.3.0" checkstyle = "10.12.0" spotbugs-plugin = "6.4.8" -buildtimetracker = "5.0.1" +buildtimetracker = "5.0.2" testsets = "4.1.0" [libraries]