From 71d2a3e8aba28eebaaf5e750dcee45acffd63e31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 05:18:23 +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.9.3 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.3...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] --- 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 943801fc29e51..463a066822869 100644 --- a/test/framework/build.gradle +++ b/test/framework/build.gradle @@ -56,7 +56,7 @@ dependencies { fipsOnly "org.bouncycastle:bcutil-fips:${versions.bouncycastle_util}" compileOnly project(":libs:agent-sm:bootstrap") - compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.3" + compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.8" annotationProcessor "org.apache.logging.log4j:log4j-core:${versions.log4j}" }