From ab81d6d7c8c7b892383beb2146f1214c78ea569d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:45:10 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.9 to 6.1.10 in /libcobj Bumps com.github.spotbugs from 6.1.9 to 6.1.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.10 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 68d1d4cc..42a312c7 100644 --- a/libcobj/app/build.gradle.kts +++ b/libcobj/app/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("java") id("maven-publish") pmd - id("com.github.spotbugs") version "6.1.9" + id("com.github.spotbugs") version "6.1.10" } repositories {