From 36744e7ccbf4ca62d5e36820c0593b9f4650bef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 14:14:23 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.2.1 to 6.0.14 Bumps com.github.spotbugs from 5.2.1 to 6.0.14. --- 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 e7930517633..cf2b4ccd5f2 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.14' id 'de.thetaphi.forbiddenapis' version '3.6' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.8.2'