From f43a1e88da3b4a04513424faf2c20cef6534df6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 07:08:41 +0000 Subject: [PATCH] build(deps): bump com.github.spotbugs from 6.0.9 to 6.0.10 Bumps com.github.spotbugs from 6.0.9 to 6.0.10. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 57d70b58..fd62082f 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform plugins { id 'application' id 'com.diffplug.spotless' version '6.25.0' - id 'com.github.spotbugs' version '6.0.9' + id 'com.github.spotbugs' version '6.0.10' id 'net.ltgt.errorprone' version '3.1.0' id 'org.ajoberstar.grgit' version '5.2.2' id 'org.gradlex.extra-java-module-info' version '1.8'