From d81aa670a9f351f54fc29515d6139cc18fd8a65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:27:07 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations in /qa/evil-tests Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.4 to 4.9.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/4.9.4...4.9.6) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- qa/evil-tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/evil-tests/build.gradle b/qa/evil-tests/build.gradle index 556aa8643f625..3ab382cac6e12 100644 --- a/qa/evil-tests/build.gradle +++ b/qa/evil-tests/build.gradle @@ -44,7 +44,7 @@ dependencies { testImplementation(project(':distribution:tools:plugin-cli')) { exclude group: 'org.bouncycastle' } - testCompileOnly "com.github.spotbugs:spotbugs-annotations:4.9.4" + testCompileOnly "com.github.spotbugs:spotbugs-annotations:4.9.6" } // TODO: give each evil test its own fresh JVM for more isolation.