From a43fe911fc2dddca75e1802ca101aedd021d430a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:44:00 +0000 Subject: [PATCH] fix(deps): update dependency com.mebigfatguy.sb-contrib:sb-contrib to v7.7.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: tobiasKaminsky --- gradle/verification-metadata.xml | 9 +++++++++ library/build.gradle | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 5248dab2e9..9c3e286430 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -91,6 +91,7 @@ + @@ -9292,6 +9293,14 @@ + + + + + + + + diff --git a/library/build.gradle b/library/build.gradle index e3454bbe9b..0eb52f9fa9 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -74,7 +74,7 @@ dependencies { implementation 'org.bouncycastle:bcpkix-jdk18on:1.83' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' - spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.1' + spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.2' // dependencies for tests testImplementation "junit:junit:$junit_version"