From 3c6349db950a9e80a19548c4972e8a62e149006b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 04:09:11 +0000 Subject: [PATCH] Build(deps): Bump com.github.spotbugs from 6.4.2 to 6.4.4 in /libcobj Bumps com.github.spotbugs from 6.4.2 to 6.4.4. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.4 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 8e133a4d..c22244ea 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.4.2" + id("com.github.spotbugs") version "6.4.4" } repositories {