From caab547a7458af70d9c1e935b3889d169aa09816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:02:03 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.8 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.0 to 4.9.8. - [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.9.0...4.9.8) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.8 dependency-type: direct:production update-type: version-update:semver-patch ... 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 36c6695..a2945e4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ spring = "6.2.11" # https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/versions springBoot = "3.5.6" # https://central.sonatype.com/artifact/com.github.spotbugs/spotbugs-annotations/versions -spotbugsAnnotations = "4.9.0" +spotbugsAnnotations = "4.9.8" # https://github.com/diffplug/spotless/releases spotlessPlugin = "8.4.0" # https://github.com/gradle-nexus/publish-plugin/releases/