From 6692259cb3121265956800c2ab16c7d39b296d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 15:01:24 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.4.7 to 6.4.8 in /PCGen-base Bumps com.github.spotbugs from 6.4.7 to 6.4.8. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- PCGen-base/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCGen-base/build.gradle b/PCGen-base/build.gradle index 0deb05a..0e227e2 100644 --- a/PCGen-base/build.gradle +++ b/PCGen-base/build.gradle @@ -15,7 +15,7 @@ plugins { id 'ivy-publish' id 'checkstyle' id 'pmd' - id "com.github.spotbugs" version '6.4.7' + id "com.github.spotbugs" version '6.4.8' id 'com.github.ben-manes.versions' version '0.53.0' }