From 69b845fd9c69a1f86d0a7ccfb0cd11ee90d4b780 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:33:35 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 3.1.12 to 4.8.5 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.8.5. - [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.5) --- 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..b4797d0 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.5' // using old groovy because it's more permissive and allow testing more edge cases testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'