From b00fffa1859315a73a60eb052362fc6a18bc48c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:33:54 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.9.8 to 4.10.2 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.8 to 4.10.2. - [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.8...4.10.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 669f8be..3908579 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ spring = "7.0.7" # 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.8" +spotbugsAnnotations = "4.10.2" # https://github.com/diffplug/spotless/releases spotlessPlugin = "8.6.0" # https://github.com/gradle-nexus/publish-plugin/releases/