From f912a3249628623d552de667df2e2c5b1d448063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 14:59:01 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.13 to 5.0.14 Bumps com.github.spotbugs from 5.0.13 to 5.0.14. --- updated-dependencies: - dependency-name: com.github.spotbugs 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 a84b93d3d5c..811753326c7 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ plugins { id 'com.dorongold.task-tree' version '2.1.0' id 'org.nosphere.apache.rat' version '0.8.0' id 'distribution' - id "com.github.spotbugs" version '5.0.13' + id "com.github.spotbugs" version '5.0.14' id 'de.thetaphi.forbiddenapis' version '3.4' id 'org.sonarqube' version '4.0.0.2929' id 'org.cyclonedx.bom' version '1.7.4'