From 3b52b1fe851bcde08f518a9b0f1b1e49c379355d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 01:47:16 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.3 to 6.1.6 in /libcobj Bumps com.github.spotbugs from 6.1.3 to 6.1.6. --- 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 dc523499..fb7f696d 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.3" + id("com.github.spotbugs") version "6.1.6" } repositories {