diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index cf935ae0f..4e31e0b8d 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -211,8 +211,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.spotbugs + spotbugs-maven-plugin findBugs/FindBugsExcludeFilter.xml diff --git a/pom.xml b/pom.xml index b8154c117..588f364e6 100644 --- a/pom.xml +++ b/pom.xml @@ -208,6 +208,7 @@ 2.10.4 0.26.0 2.2.4 + 3.1.6 jacoco @@ -365,9 +366,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - 3.0.4 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} true false @@ -570,9 +571,9 @@ 2.5 - org.codehaus.mojo - findbugs-maven-plugin - 3.0.3 + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} org.apache.maven.plugins @@ -742,8 +743,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.spotbugs + spotbugs-maven-plugin org.apache.maven.plugins