From 455df43c5bc45e4bc5194542ed26ecfaec19de8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 04:39:31 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.1 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.9.0 to 4.9.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/4.9.0...4.9.1) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9d82d8485b6..1664069b176 100644 --- a/build.gradle +++ b/build.gradle @@ -256,7 +256,7 @@ dependencies { compileOnly group: 'org.jetbrains', name: 'annotations', version:'26.0.2' compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0' - compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.0' + compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.1' testImplementation group: 'org.junit.platform', name: 'junit-platform-runner', version: '1.11.4' testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.4'