diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eae2df8..13fd178 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] -log4j = "2.25.3" -guava = "33.5.0-jre" -spotbugs-annotations = "4.9.8" +log4j = "2.26.0" +guava = "33.6.0-jre" +spotbugs-annotations = "4.10.2" # test libs -junit = "6.0.2" +junit = "6.1.0" truth = "1.4.5" -mockito = "5.21.0" +mockito = "5.23.0" # langs -kotlin = "2.3.0" +kotlin = "2.4.0" # plugins -spotless = "8.1.0" +spotless = "8.7.0" checkstyle = "10.12.0" -spotbugs-plugin = "6.4.8" -buildtimetracker = "5.0.1" +spotbugs-plugin = "6.5.8" +buildtimetracker = "5.0.2" testsets = "4.1.0" [libraries]