From 4d2bfbdd951f83797b029db84299c3541e3cb1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 19:40:59 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.23 to 6.0.24 in /PCGen-Formula Bumps com.github.spotbugs from 6.0.23 to 6.0.24. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- PCGen-Formula/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCGen-Formula/build.gradle b/PCGen-Formula/build.gradle index a1068a0b..6bf670c9 100644 --- a/PCGen-Formula/build.gradle +++ b/PCGen-Formula/build.gradle @@ -17,7 +17,7 @@ plugins { id 'checkstyle' id 'pmd' id 'com.github.ben-manes.versions' version '0.51.0' - id 'com.github.spotbugs' version '6.0.23' + id 'com.github.spotbugs' version '6.0.24' } group = 'net.sourceforge.pcgen'