From e6f1601866d0d877a586469bc663b0027c196b4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 08:03:08 +0000 Subject: [PATCH] Bump com.github.spotbugs from 5.0.5 to 5.0.6 Bumps com.github.spotbugs from 5.0.5 to 5.0.6. --- 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 695c57d40..808a7db0f 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { id 'maven-publish' id 'signing' id 'jacoco' - id 'com.github.spotbugs' version '5.0.5' + id 'com.github.spotbugs' version '5.0.6' id "org.sonarqube" version "3.3" }