From a5f9f2500bc01d2bc27d2f8272b573bde2f697e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 20:27:52 +0000 Subject: [PATCH] fix(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.3 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 10 ++++++++++ lib/build.gradle | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index a52d522d..f4b7ac61 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -12,6 +12,7 @@ + @@ -9493,6 +9494,14 @@ + + + + + + + + @@ -11347,6 +11356,7 @@ + diff --git a/lib/build.gradle b/lib/build.gradle index 6c216503..77d32a01 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.1' + classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.3' } }