From 47a356d9ca98c5a28fef34ff41751e152a427c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Mar 2022 08:26:46 +0000 Subject: [PATCH] Bump spotbugs-annotations from 4.5.3 to 4.6.0 in /android Bumps [spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.5.3 to 4.6.0. - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.5.3...4.6.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index ecf649acc..9254315c5 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -13,7 +13,7 @@ dependencies { api 'com.azure:azure-core:1.26.0' compileOnly 'net.jcip:jcip-annotations:1.0' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.6.0' testCompileOnly 'net.jcip:jcip-annotations:1.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.5.3' } \ No newline at end of file