From af02f7259437d6e498cf6c4bcb6e54481ea0a960 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:12:15 +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.25 to 6.0.26 --- 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 2362de6e..e8c53cf3 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.25" + id("com.github.spotbugs") version "6.0.26" id("io.codearte.nexus-staging") version "0.30.0" }