From da022de630c87610945b736cb701919ec3826295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:41:32 +0000 Subject: [PATCH] Bump com.github.spotbugs in /codegen in the gradle group Bumps the gradle group in /codegen with 1 update: com.github.spotbugs. Updates `com.github.spotbugs` from 6.0.23 to 6.0.24 --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- codegen/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegen/build.gradle.kts b/codegen/build.gradle.kts index 75e52d23e..d85dac4b8 100644 --- a/codegen/build.gradle.kts +++ b/codegen/build.gradle.kts @@ -21,7 +21,7 @@ plugins { signing checkstyle jacoco - id("com.github.spotbugs") version "6.0.23" + id("com.github.spotbugs") version "6.0.24" id("io.codearte.nexus-staging") version "0.30.0" }