From 6212a7985f248c2f9e34ea606d0bb3725b9d1010 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 04:35:16 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs-annotations from 4.8.6 to 4.9.0 Bumps [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) from 4.8.6 to 4.9.0. - [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.8.6...4.9.0) --- updated-dependencies: - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7cdee07db7a..feade9e7006 100644 --- a/build.gradle +++ b/build.gradle @@ -256,7 +256,7 @@ dependencies { compileOnly group: 'org.jetbrains', name: 'annotations', version:'26.0.1' compileOnly group: 'com.yuvimasory', name: 'orange-extensions', version: '1.3.0' - compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.8.6' + compileOnly group: 'com.github.spotbugs', name: 'spotbugs-annotations', version: '4.9.0' 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'