From 5d9f44e0fdd9c077b3684c2cc9cf971d49f436ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 06:15:56 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs:spotbugs-annotations Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.3 to 4.8.4. - [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.3...4.8.4) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 61469c2..bc2df38 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ dependencies { // TODO: document why specific version of guava is required implementation "com.google.guava:guava:33.0.0-jre" - implementation "com.github.spotbugs:spotbugs-annotations:4.8.3" + implementation "com.github.spotbugs:spotbugs-annotations:4.8.4" implementation "org.slf4j:slf4j-api:$slf4jVersion" testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'