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 140524b + 0ccb9f7 commit 04863efCopy full SHA for 04863ef
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
api 'com.azure:azure-core:1.32.0'
14
15
compileOnly 'net.jcip:jcip-annotations:1.0'
16
- compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.1'
+ compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.2'
17
testCompileOnly 'net.jcip:jcip-annotations:1.0'
18
- testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.0'
+ testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.2'
19
}
0 commit comments