From e0c7d37e69e00aa05cc9ec9e63038a65cc7b584f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 10:14:15 +0000 Subject: [PATCH] chore(deps): bump com.github.spotbugs from 6.1.13 to 6.2.0 Bumps com.github.spotbugs from 6.1.13 to 6.2.0. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d61e0ee1f..e5cab5feb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java-library" id "org.sonarqube" version "6.2.0.5505" - id 'com.github.spotbugs' version '6.1.13' + id 'com.github.spotbugs' version '6.2.0' id "com.diffplug.spotless" version "7.0.4" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' }