From 0b42eedc03d22f6cd3688f842eea7cc0c976e821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:17:52 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.0.23 to 6.0.24 in /libcobj Bumps 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 ... Signed-off-by: dependabot[bot] --- libcobj/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcobj/app/build.gradle.kts b/libcobj/app/build.gradle.kts index 8c4d4783..f3c7847b 100644 --- a/libcobj/app/build.gradle.kts +++ b/libcobj/app/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("com.github.sherter.google-java-format") version "0.9" id("maven-publish") pmd - id("com.github.spotbugs") version "6.0.23" + id("com.github.spotbugs") version "6.0.24" } repositories {