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.
2 parents 8030d91 + 3d3fdb1 commit 8dfda2dCopy full SHA for 8dfda2d
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api 'com.azure:azure-core:1.26.0'
14
15
compileOnly 'net.jcip:jcip-annotations:1.0'
16
- compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3'
+ compileOnly 'com.github.spotbugs:spotbugs-annotations:4.6.0'
17
testCompileOnly 'net.jcip:jcip-annotations:1.0'
18
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3'
19
}
0 commit comments