From cdc979fb2032e8c556594fc8b5f48d0f0af933dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:47:06 +0000 Subject: [PATCH] [CORE-69]: Bump com.github.spotbugs from 5.1.3 to 6.1.3 Bumps com.github.spotbugs from 5.1.3 to 6.1.3. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- service/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/build.gradle b/service/build.gradle index 54c838d8..b78abbb3 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -5,7 +5,7 @@ plugins { id 'com.diffplug.spotless' id 'com.github.ben-manes.versions' version '0.52.0' - id 'com.github.spotbugs' version '5.1.3' + id 'com.github.spotbugs' version '6.1.3' id 'com.google.cloud.tools.jib' id 'com.gorylenko.gradle-git-properties' version '2.4.2' id 'io.freefair.lombok'