From a9067d23aeac0f3e1d114c635a6ae550b3b8f416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:48:44 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.1 to 6.0.12 Bumps com.github.spotbugs from 5.2.1 to 6.0.12. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 287e80a3605..c354cd52912 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.dorongold.task-tree' version '2.1.1' id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' - id "com.github.spotbugs" version '5.2.1' + id "com.github.spotbugs" version '6.0.12' id 'de.thetaphi.forbiddenapis' version '3.6' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.8.2'