From c9490d83f2451121f34420d1aabd822e3c55d207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 00:03:13 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 3.1.12 to 4.8.2 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 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/3.1.12...4.8.2) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b0af8de..831a586 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ wrapper { repositories { mavenLocal(); mavenCentral() } dependencies { - compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.2' // using old groovy because it's more permissive and allow testing more edge cases testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'