Skip to content

Commit 5e46804

Browse files
authored
Merge pull request #407 from microsoftgraph/dependabot/gradle/com.github.spotbugs-spotbugs-annotations-4.5.3
Bump spotbugs-annotations from 4.5.1 to 4.5.3
2 parents 36de355 + 68817ab commit 5e46804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
api 'com.azure:azure-core:1.24.0'
1414

1515
compileOnly 'net.jcip:jcip-annotations:1.0'
16-
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
16+
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3'
1717
testCompileOnly 'net.jcip:jcip-annotations:1.0'
18-
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
18+
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3'
1919
}

0 commit comments

Comments
 (0)