From c6e6f4e4ea3983811e7279c170bb7a64383fb31c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 19:25:26 +0000 Subject: [PATCH] Bump com.mebigfatguy.sb-contrib:sb-contrib from 7.7.2 to 7.7.4 Bumps [com.mebigfatguy.sb-contrib:sb-contrib](https://github.com/mebigfatguy/fb-contrib) from 7.7.2 to 7.7.4. - [Commits](https://github.com/mebigfatguy/fb-contrib/compare/v7.7.2...v7.7.4) --- updated-dependencies: - dependency-name: com.mebigfatguy.sb-contrib:sb-contrib dependency-version: 7.7.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 09aafa0..fea5150 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -9,7 +9,7 @@ dependencies { api('org.checkerframework:checker:3.51.1') api('com.github.spotbugs:spotbugs:4.9.8') - spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.2' + spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.4' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' }