From c340e0bad1ea5e20fe96b3d0825e5b8855ea3f30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 02:41:47 -0400 Subject: [PATCH] Bump com.github.spotbugs from 5.1.0 to 5.1.3 in /lib/java (#2848) Bumps com.github.spotbugs from 5.1.0 to 5.1.3. --- updated-dependencies: - dependency-name: com.github.spotbugs 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> --- lib/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/java/build.gradle b/lib/java/build.gradle index 81ffbd93079..09465d99c45 100644 --- a/lib/java/build.gradle +++ b/lib/java/build.gradle @@ -41,7 +41,7 @@ plugins { id 'signing' id 'pmd' id 'com.github.johnrengelman.shadow' version '8.1.1' - id "com.github.spotbugs" version "5.1.0" + id "com.github.spotbugs" version "5.1.3" id "com.diffplug.spotless" version "6.20.0" }