From d212826782afd4fac952d8f85a771fdde4c5854a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:56:58 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.24 to 6.0.25 in /gp2gp-translator Bumps com.github.spotbugs from 6.0.24 to 6.0.25. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gp2gp-translator/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gp2gp-translator/build.gradle b/gp2gp-translator/build.gradle index 9728642d3..39d590470 100644 --- a/gp2gp-translator/build.gradle +++ b/gp2gp-translator/build.gradle @@ -3,7 +3,7 @@ plugins { id 'io.spring.dependency-management' version '1.1.6' id 'java' id 'checkstyle' - id 'com.github.spotbugs' version '6.0.24' + id 'com.github.spotbugs' version '6.0.25' id 'io.freefair.lombok' version '8.10.2' }