From 0f22eba48d9ccbcfe299bbc3d287762f80d3035f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 23:32:39 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 3.1.12 to 4.8.6 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.8.6. - [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.6) --- 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 7e3a869..49c67af 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.6' // using old groovy because it's more permissive and allow testing more edge cases testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'