Skip to content

Commit 23c17f3

Browse files
Bump spotbugs-annotations from 4.5.1 to 4.5.3
Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.5.1 to 4.5.3. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](spotbugs/spotbugs@4.5.1...4.5.3) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36de355 commit 23c17f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
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'
1818
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.1'
1919
}

0 commit comments

Comments
 (0)