From e1829e9b1d0a0c91d709cccbb3bb5d32f4662c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:14:25 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.25 to 6.0.26 in /gp2gp-translator (#917) Bumps com.github.spotbugs from 6.0.25 to 6.0.26. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 39d590470..a38fef680 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.25' + id 'com.github.spotbugs' version '6.0.26' id 'io.freefair.lombok' version '8.10.2' }