From 58b978575af0d401ea65eb5cc58cce8d01407053 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 08:36:43 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.12 to 5.0.13 Bumps com.github.spotbugs from 5.0.12 to 5.0.13. --- 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 aa13d9501..f3a41c77d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { id 'build-dashboard' id 'com.diffplug.spotless' version '6.11.0' id 'com.github.ben-manes.versions' version '0.42.0' - id 'com.github.spotbugs' version '5.0.12' apply false + id 'com.github.spotbugs' version '5.0.13' apply false id 'com.google.osdetector' version '1.7.1' id 'nebula.info-dependencies' version '11.4.1' apply false id 'nebula.maven-nebula-publish' version '18.4.0' apply false