From dfe74b00688624d3141adb5a47dc8f33b2113c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Sep 2022 12:23:41 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.10 to 5.0.12 Bumps com.github.spotbugs from 5.0.10 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 0465d14..4419f8c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'java-library' id 'maven-publish' id 'org.springframework.boot' version '2.7.3' apply false - id 'com.github.spotbugs' version '5.0.10' + id 'com.github.spotbugs' version '5.0.12' id 'com.diffplug.spotless' version '6.10.0' id 'com.github.nbaztec.coveralls-jacoco' version '1.2.14' id 'org.owasp.dependencycheck' version '7.1.2'