From 526841163fe9e0fa77e5faa512d146bebc36c569 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 02:22:47 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.5.9 to 6.5.10 Bumps com.github.spotbugs from 6.5.9 to 6.5.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.5.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 12a6881..455c0c2 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '6.5.9' + id 'com.github.spotbugs' version '6.5.10' id 'pmd' id 'checkstyle' id 'org.owasp.dependencycheck' version '12.2.2'