From cb8a9781cf0cf09eae908f0827192a639294de57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:09:19 +0000 Subject: [PATCH] Bump com.github.spotbugs in the gradle-quality-stack group Bumps the gradle-quality-stack group with 1 update: com.github.spotbugs. Updates `com.github.spotbugs` from 6.5.6 to 6.5.8 --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-quality-stack ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2dd6956..68c1746 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jackson = "2.22.0" jacoco = "0.8.12" junit = "6.1.0" junit-platform = "6.1.0" -spotbugs = "6.5.6" +spotbugs = "6.5.8" spotbugs-annotations = "4.10.2" spotless = "8.7.0"