From 2967a41d1f0afc859892223f4dbd3cd2ef158c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:01:47 +0000 Subject: [PATCH] Build(deps): Bump com.github.spotbugs from 6.3.0 to 6.4.1 in /libcobj Bumps com.github.spotbugs from 6.3.0 to 6.4.1. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 17dab737..58118c2d 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.3.0" + id("com.github.spotbugs") version "6.4.1" } repositories {