We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d879705 commit 39c7733Copy full SHA for 39c7733
build.gradle.kts
@@ -21,7 +21,7 @@ repositories { // Where to search for dependencies
21
22
dependencies {
23
// Suppressions for SpotBugs
24
- compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.1")
+ compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.2")
25
}
26
27
application {
0 commit comments