diff --git a/codestyle/findbugs-exclude.xml b/codestyle/findbugs-exclude.xml index 99ee4b92a9..e77c1e363e 100644 --- a/codestyle/findbugs-exclude.xml +++ b/codestyle/findbugs-exclude.xml @@ -15,6 +15,17 @@ + + + + + + + + + diff --git a/pom.xml b/pom.xml index dd1c962776..f3cdba1fc6 100644 --- a/pom.xml +++ b/pom.xml @@ -115,7 +115,7 @@ com.github.spotbugs spotbugs-annotations - 4.6.0 + 4.8.6 com.vdurmont @@ -426,7 +426,14 @@ com.github.spotbugs spotbugs-maven-plugin - 4.0.0 + 4.8.6.8 + + + com.github.spotbugs + spotbugs + 4.8.6 + + ${skipTests} Max