Skip to content

Commit 2b73b31

Browse files
Bump com.github.spotbugs:spotbugs-annotations from 4.8.6 to 4.9.0 (#262)
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.6 to 4.9.0. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.8.6...4.9.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9e6500 commit 2b73b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
implementation("org.openjdk.jmh:jmh-core:$jmhVersion")
4444
annotationProcessor("org.openjdk.jmh:jmh-generator-annprocess:$jmhVersion")
4545
implementation("com.fasterxml.jackson.core:jackson-databind")
46-
implementation("com.github.spotbugs:spotbugs-annotations:4.8.6")
46+
implementation("com.github.spotbugs:spotbugs-annotations:4.9.0")
4747
implementation("org.creekservice:creek-test-util:$creekVersion")
4848
implementation("org.ow2.asm:asm:9.7.1")
4949

0 commit comments

Comments
 (0)