Skip to content

Commit ef60461

Browse files
Bump com.github.spotbugs:spotbugs-annotations from 4.9.1 to 4.9.3 (#287)
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.1 to 4.9.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.9.1...4.9.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.3 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> Co-authored-by: Andy Coates <[email protected]>
1 parent f0f1ced commit ef60461

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

0 commit comments

Comments
 (0)