From 82e6b797c4e824b7bf4de4e7cf3461c8ec77b969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 18:35:22 +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.0 to 4.9.5. - [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.5) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.5 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 f5ccd05294d7b..00388da8c940f 100644 --- a/test/framework/build.gradle +++ b/test/framework/build.gradle @@ -54,7 +54,7 @@ dependencies { api "org.bouncycastle:bcutil-fips:${versions.bouncycastle_util}" compileOnly project(":libs:agent-sm:bootstrap") - compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.0" + compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.5" annotationProcessor "org.apache.logging.log4j:log4j-core:${versions.log4j}" }