From 287a6ac38971b8558b910c066ab7f8003f4c2a10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:45:57 +0000 Subject: [PATCH] chore: Bump com.github.spotbugs from 5.2.5 to 6.0.1 in /backend Bumps com.github.spotbugs from 5.2.5 to 6.0.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/build.gradle b/backend/build.gradle index 766bb3ab..a4a1b75e 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -4,7 +4,7 @@ plugins { id "org.springframework.boot" version "3.2.0" id "io.spring.dependency-management" version "1.1.4" id "io.freefair.lombok" version "8.4" - id "com.github.spotbugs" version "5.2.5" + id "com.github.spotbugs" version "6.0.1" id "com.github.ben-manes.versions" version "0.50.0" id "org.owasp.dependencycheck" version "8.4.3" id "com.diffplug.spotless" version "6.23.3"