diff --git a/test/framework/build.gradle b/test/framework/build.gradle index 7972307a1e0be..1673326ba7fb3 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.5" + compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.6" annotationProcessor "org.apache.logging.log4j:log4j-core:${versions.log4j}" }