From 54ffc8ddc28b04b052eb7418183de9ca3d8bb93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:35:34 +0100 Subject: [PATCH] Bump com.github.spotbugs from 6.0.22 to 6.0.24 in /common (#858) Bumps com.github.spotbugs from 6.0.22 to 6.0.24. --- 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> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 178926bdf..2a8267384 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -5,7 +5,7 @@ plugins { id 'java-library' id 'checkstyle' id 'io.freefair.lombok' version '8.10' - id 'com.github.spotbugs' version '6.0.22' + id 'com.github.spotbugs' version '6.0.24' } apply plugin: 'java'