From 933269d7f5f156cd13796bdb0249c9c765637cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:08:53 +0000 Subject: [PATCH] Bump the gradle-quality-stack group with 2 updates Bumps the gradle-quality-stack group with 2 updates: [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) and com.github.spotbugs. Updates `com.github.spotbugs:spotbugs-annotations` from 4.10.3 to 4.10.4 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.10.3...4.10.4) Updates `com.github.spotbugs` from 6.5.10 to 6.5.11 --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-quality-stack - dependency-name: com.github.spotbugs dependency-version: 6.5.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-quality-stack ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index da92bca..4bdf4d4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,8 +5,8 @@ jackson = "2.22.1" jacoco = "0.8.12" junit = "6.1.3" junit-platform = "6.1.3" -spotbugs = "6.5.10" -spotbugs-annotations = "4.10.3" +spotbugs = "6.5.11" +spotbugs-annotations = "4.10.4" spotless = "8.9.0" [libraries]