From e5abf6fb93b6b53e36a0371760b8409f33a01841 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 22 May 2026 00:31:11 +0000
Subject: [PATCH] fix(deps): update dependency
com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.5.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/verification-metadata.xml | 26 +++++++++++++-------------
lib/build.gradle | 2 +-
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index ffe534d5..55d2c0ec 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -11853,29 +11853,29 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
diff --git a/lib/build.gradle b/lib/build.gradle
index 642584de..2c78970d 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.4'
+ classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5'
}
}