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 3796fdb + 9652829 commit 8928dc0Copy full SHA for 8928dc0
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api 'com.azure:azure-core:1.33.0'
14
15
compileOnly 'net.jcip:jcip-annotations:1.0'
16
- compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.2'
+ compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.3'
17
testCompileOnly 'net.jcip:jcip-annotations:1.0'
18
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.2'
19
}
0 commit comments