From a45e072af64360834a1919fa387b331faac37701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:32:27 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs:spotbugs-annotations in /android Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.1 to 4.8.2. - [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.8.1...4.8.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... 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 ed256e9e5..c1485cb51 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -12,5 +12,5 @@ dependencies { implementation 'com.google.code.gson:gson:2.10.1' api 'com.azure:azure-core:1.45.0' - api 'com.github.spotbugs:spotbugs-annotations:4.8.1' + api 'com.github.spotbugs:spotbugs-annotations:4.8.2' } \ No newline at end of file