From c2078c031868fe4cd91e773df00790ee83264cdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:14:57 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.8 to 5.0.12 Bumps com.github.spotbugs from 5.0.8 to 5.0.12. --- 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 c8532a7..f727253 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id 'com.diffplug.spotless' version '6.7.2' id "com.github.ben-manes.versions" version '0.42.0' id 'com.github.jk1.dependency-license-report' version '2.0' - id 'com.github.spotbugs' version '5.0.8' + id 'com.github.spotbugs' version '5.0.12' id 'jacoco' id 'org.owasp.dependencycheck' version '7.1.1' }