From 0184f76b4a74e7924f9239ecf8ebb2b371746948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 10:05:55 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.10 to 6.1.11 in /libcobj Bumps com.github.spotbugs from 6.1.10 to 6.1.11. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.11 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 42a312c7..967692f3 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.10" + id("com.github.spotbugs") version "6.1.11" } repositories {