From 3c19b5ddb5e66e4348ef6af49ba7332753dbd2d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 22:15:30 +0000 Subject: [PATCH] Update dependency com.mebigfatguy.sb-contrib:sb-contrib to v7.7.4 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dff8aeb5..f37b9ef1 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { compileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}") testCompileOnly("com.github.spotbugs:spotbugs-annotations:${spotbugsVersion}") spotbugs("com.github.spotbugs:spotbugs:${spotbugsVersion}") - spotbugsPlugins("com.mebigfatguy.sb-contrib:sb-contrib:7.6.9") { transitive = false } + spotbugsPlugins("com.mebigfatguy.sb-contrib:sb-contrib:7.7.4") { transitive = false } spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0") //noinspection GradlePackageVersionRange, GradlePackageUpdate /// managed by spring boot bom