From 6388780352b07e9e8753d8138d387e2d4e2fc9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 02:45:45 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations in /test/framework Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.10.1 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.1...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-patch ... Signed-off-by: dependabot[bot] --- test/framework/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/framework/build.gradle b/test/framework/build.gradle index 4f4b36d4c0456..5b1f397cef5d5 100644 --- a/test/framework/build.gradle +++ b/test/framework/build.gradle @@ -67,7 +67,7 @@ dependencies { fipsOnly "org.bouncycastle:bcutil-fips:${versions.bouncycastle_util}" compileOnly project(":libs:agent-sm:bootstrap") - compileOnly "com.github.spotbugs:spotbugs-annotations:4.10.1" + compileOnly "com.github.spotbugs:spotbugs-annotations:4.10.4" annotationProcessor "org.apache.logging.log4j:log4j-core:${versions.log4j}"