We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22be69 commit 78ff11dCopy full SHA for 78ff11d
build.gradle
@@ -256,7 +256,7 @@ dependencies {
256
257
compileOnly group: 'org.jetbrains', name: 'annotations', version:'26.0.2'
258
compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0'
259
- compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.1'
+ compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.2'
260
261
testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.12.0'
262
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.12.0'
0 commit comments