From 70eb370b99021467e82419dbbc655c9132b127de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:57:07 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.21 to 6.0.22 in /gp2gp-translator Bumps com.github.spotbugs from 6.0.21 to 6.0.22. --- 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 2c6572024..c8e46c2c0 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.21' + id 'com.github.spotbugs' version '6.0.22' id 'io.freefair.lombok' version '8.10' }