From 8af8783dfd2f8d2fa28d531800a7ad74d5cbbac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 23:02:53 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 3.1.12 to 4.10.1 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 3.1.12 to 4.10.1. - [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.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.1 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 fcf61db..b68ef9a 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.1' // using old groovy because it's more permissive and allow testing more edge cases testImplementation 'org.spockframework:spock-core:1.3-groovy-2.5'