From 0919e86ac447328a5ce89b292e7fc6d37e99ae44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:02:29 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.3 to 5.0.14 Bumps com.github.spotbugs from 5.0.3 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 5c23c7d1..56cd84f7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id "com.github.spotbugs" version "5.0.3" + id "com.github.spotbugs" version "5.0.14" //dependency updates id "com.github.ben-manes.versions" version "0.40.0" id "pmd"