From 804e1851cda0831da3c31c383fda921d6e7c1db8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 23:02:54 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 3.1.12 to 4.10.4 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.10.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/3.1.12...4.10.4) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.4 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 ae6cb85..d882dcb 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ wrapper { repositories { mavenLocal(); mavenCentral() } dependencies { - compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.12' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.4' // using old groovy because it's more permissive and allow testing more edge cases testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'