From 1cf71d3d65720199ae30c53e14e8856c7f4e78d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 15:32:13 +0000 Subject: [PATCH] Update java dependencies --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 13fd178..4953530 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,17 +1,17 @@ [versions] -log4j = "2.26.0" +log4j = "2.26.1" guava = "33.6.0-jre" -spotbugs-annotations = "4.10.2" +spotbugs-annotations = "4.10.3" # test libs -junit = "6.1.0" +junit = "6.1.2" truth = "1.4.5" mockito = "5.23.0" # langs -kotlin = "2.4.0" +kotlin = "2.4.10" # plugins -spotless = "8.7.0" +spotless = "8.8.0" checkstyle = "10.12.0" -spotbugs-plugin = "6.5.8" +spotbugs-plugin = "6.5.9" buildtimetracker = "5.0.2" testsets = "4.1.0"