From cba1197889199fdb6173d476425c79f3336d039c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:05:47 +0000 Subject: [PATCH] Bump com.github.spotbugs:spotbugs from 4.8.6 to 4.9.0 Bumps [com.github.spotbugs:spotbugs](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 4b2bfad..2fadce2 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -8,7 +8,7 @@ dependencies { api('org.slf4j:slf4j-api:2.0.16') api('org.slf4j:slf4j-nop:2.0.16') api('org.checkerframework:checker:3.48.4') - api('com.github.spotbugs:spotbugs:4.8.6') + api('com.github.spotbugs:spotbugs:4.9.0') spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.6.9' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0'