From fa015f1094c1839cec2935cb71890e4adbb83af4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 04:37:39 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 15 +++++++++++++++ lib/build.gradle | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 99d70a17..02aff73a 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -16,6 +16,7 @@ + @@ -334,6 +335,7 @@ + @@ -11046,11 +11048,24 @@ + + + + + + + + + + + + + diff --git a/lib/build.gradle b/lib/build.gradle index f8111e2e..6b7149bb 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -16,7 +16,7 @@ buildscript { junit_version = '4.13.2' } dependencies { - classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.6' } }