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 36de355 + 68817ab commit 5e46804Copy full SHA for 5e46804
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api 'com.azure:azure-core:1.24.0'
14
15
compileOnly 'net.jcip:jcip-annotations:1.0'
16
- compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
+ compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3'
17
testCompileOnly 'net.jcip:jcip-annotations:1.0'
18
- testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
+ testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3'
19
}
0 commit comments