Skip to content

Commit e66a22d

Browse files
Bump com.github.spotbugs:spotbugs-annotations in /CedarJava
Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.6 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.8.6...4.9.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 21f5c86 commit e66a22d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CedarJava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dependencies {
8282
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2'
8383
implementation 'com.fizzed:jne:4.3.0'
8484
implementation 'com.google.guava:guava:33.4.0-jre'
85-
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6'
85+
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.1'
8686
testImplementation 'net.jqwik:jqwik:1.9.2'
8787
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
8888
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'

0 commit comments

Comments
 (0)