From d2ff70b3b517209679b7aec1778630541e3b9865 Mon Sep 17 00:00:00 2001 From: Brian Harrington Date: Wed, 1 Jun 2022 10:01:20 -0700 Subject: [PATCH] spotbugs 4.7.0 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 44b401b46..22af621f2 100755 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'com.github.ben-manes.versions' version '0.42.0' - id 'com.github.spotbugs' version '5.0.6' apply false + id 'com.github.spotbugs' version '5.0.7' apply false id 'me.champeau.jmh' version '0.6.6' id 'nebula.dependency-recommender' version '11.0.0' id 'nebula.netflixoss' version '10.6.0' @@ -103,7 +103,7 @@ subprojects { } spotbugs { - toolVersion = '4.6.0' + toolVersion = '4.7.0' excludeFilter = rootProject.file('codequality/findbugs-exclude.xml') ignoreFailures = false spotbugsMain.enabled = true