This is an automated email from the ASF dual-hosted git repository. rmannibucau pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/johnzon.git
commit c437f30820bdcbf6d25b7242ed129345184620f0 Author: Frank Vanderham <[email protected]> AuthorDate: Sun May 19 14:28:46 2019 -0600 Bump findbugs to 3.0.4 for mvn 3.6 Increase findbugs-maven-plugin to 3.0.4 for Maven 3.6 to fix error: "Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.0:findbugs for parameter pluginArtifacts". --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4159c37..e1ddbed 100644 --- a/pom.xml +++ b/pom.xml @@ -430,7 +430,7 @@ <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>3.0.0</version> + <version>3.0.4</version> <configuration> <xmlOutput>true</xmlOutput> <!-- Optional directory to put findbugs xdoc xml report -->
