diff --git a/org.eclipse.jgit/pom.xml b/org.eclipse.jgit/pom.xml index bf80fc469..ac335c356 100644 --- a/org.eclipse.jgit/pom.xml +++ b/org.eclipse.jgit/pom.xml @@ -206,8 +206,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 8e9f3c216..8584f0fcc 100644 --- a/pom.xml +++ b/pom.xml @@ -208,7 +208,7 @@ 2.10.4 0.26.0 2.2.4 - 3.0.4 + 3.1.6 jacoco @@ -366,9 +366,9 @@ - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin-version} + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} true false @@ -571,9 +571,9 @@ 2.5 - org.codehaus.mojo - findbugs-maven-plugin - ${findbugs-maven-plugin-version} + com.github.spotbugs + spotbugs-maven-plugin + ${spotbugs-maven-plugin-version} org.apache.maven.plugins @@ -743,8 +743,8 @@ - org.codehaus.mojo - findbugs-maven-plugin + com.github.spotbugs + spotbugs-maven-plugin org.apache.maven.plugins