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 6e44c4a + 83cd708 commit 00589f2Copy full SHA for 00589f2
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api 'com.azure:azure-core:1.27.0'
14
15
compileOnly 'net.jcip:jcip-annotations:1.0'
16
- compileOnly 'com.github.spotbugs:spotbugs-annotations:4.6.0'
+ compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.0'
17
testCompileOnly 'net.jcip:jcip-annotations:1.0'
18
- testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3'
+ testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.0'
19
}
0 commit comments