From c289b7a6204dbb75a14ec3f82fc3ea50485424bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 04:38:44 +0000 Subject: [PATCH] Update dependency com.mebigfatguy.sb-contrib:sb-contrib to v7.7.3 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 9c3e286430..19bb28119a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -92,6 +92,7 @@ + @@ -9301,6 +9302,14 @@ + + + + + + + + diff --git a/library/build.gradle b/library/build.gradle index 5d6f7feec0..59de3a7d89 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.2' + spotbugsPlugins 'com.mebigfatguy.sb-contrib:sb-contrib:7.7.3' // dependencies for tests testImplementation "junit:junit:$junit_version"