From 53a749abd3ef370b59560513956ed1c2d8644097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:42:43 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations in /service Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.8 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.9.8...4.10.4) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- service/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/build.gradle b/service/build.gradle index 22c8e29c7..9cc33b551 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -94,8 +94,8 @@ dependencies { testImplementation "org.springframework.cloud:spring-cloud-gateway-server-webflux:4.3.2" testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - spotbugs 'com.github.spotbugs:spotbugs:4.9.8' - spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.8' + spotbugs 'com.github.spotbugs:spotbugs:4.10.4' + spotbugs 'com.github.spotbugs:spotbugs-annotations:4.10.4' pitest 'com.arcmutate:base:1.3.2' pitest 'com.arcmutate:pitest-git-plugin:2.1.0'