From c5c2540abba759e7f7a0687187e55106989dfaf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:19:53 +0100 Subject: [PATCH] Bump com.github.spotbugs from 6.4.5 to 6.4.6 (#957) Bumps com.github.spotbugs from 6.4.5 to 6.4.6. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.6 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 47bd74730f..a1b900da34 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.dorongold.task-tree' version '4.0.1' id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' - id 'com.github.spotbugs' version '6.4.5' // 6.2.0+ requires JDK 11 + id 'com.github.spotbugs' version '6.4.6' // 6.2.0+ requires JDK 11 id 'de.thetaphi.forbiddenapis' version '3.10' id 'org.sonarqube' version '7.1.0.6387' id 'org.cyclonedx.bom' version '2.4.1'