From 3fdacffde7e5744eeae6302e0c7cd592ae66f1e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 04:07:28 +0000 Subject: [PATCH] Bump com.github.spotbugs from 6.1.12 to 6.1.13 Bumps com.github.spotbugs from 6.1.12 to 6.1.13. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.1.13 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 dde38b44d77..924ef2d4900 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.1.12' // Spotbugs for Java + id 'com.github.spotbugs' version '6.1.13' // Spotbugs for Java id 'java' // Core java / javac id 'maven-publish' // Publishing to Maven Central id 'pmd' // PMD for Java, configured further below