Skip to content

Commit 685b777

Browse files
Bump com.github.spotbugs:spotbugs-annotations in /test/framework
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.4 to 4.9.6. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.4...4.9.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 292407b commit 685b777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dependencies {
5656
fipsOnly "org.bouncycastle:bcutil-fips:${versions.bouncycastle_util}"
5757

5858
compileOnly project(":libs:agent-sm:bootstrap")
59-
compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.4"
59+
compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.6"
6060

6161
annotationProcessor "org.apache.logging.log4j:log4j-core:${versions.log4j}"
6262
}

0 commit comments

Comments
 (0)