Skip to content

Commit d15bdb6

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

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.9.0")
46+
implementation("com.github.spotbugs:spotbugs-annotations:4.9.1")
4747
implementation("org.creekservice:creek-test-util:$creekVersion")
4848
implementation("org.ow2.asm:asm:9.7.1")
4949

0 commit comments

Comments
 (0)