From 411bb517710f128ecef7679e9f0829764d204389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 12:06:41 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.8 to 5.0.13 Bumps com.github.spotbugs from 5.0.8 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 c8532a7..c8ea391 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.13' id 'jacoco' id 'org.owasp.dependencycheck' version '7.1.1' }