Skip to content

Commit b61c88d

Browse files
chore(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.9.3 (#269)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb005aa commit b61c88d

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
@@ -21,7 +21,7 @@ repositories { // Where to search for dependencies
2121

2222
dependencies {
2323
// Suppressions for SpotBugs
24-
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.2")
24+
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.3")
2525
}
2626

2727
application {

0 commit comments

Comments
 (0)