From 7feb75a15c5fdd6eb72f0588b8d1f412787cdbb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:20:36 +1300 Subject: [PATCH] Bump com.github.spotbugs from 6.0.25 to 6.0.26 (#7218) Bumps com.github.spotbugs from 6.0.25 to 6.0.26. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 672e072a3d8..52f46be6ae5 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ plugins { id 'application' // Creating application bundles id 'build-dashboard' // Produces a build report id 'checkstyle' // Checkstyle for Java, configured further below - id 'com.github.spotbugs' version '6.0.25' // Spotbugs for Java + id 'com.github.spotbugs' version '6.0.26' // Spotbugs for Java id 'java' // Core java / javac id 'maven-publish' // Publishing to Maven Central id 'pmd' // PMD for Java, configured further below