You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/04/21 20:52:01 UTC

[accumulo] 02/02: Update spotbugs-maven-plugin (for JDK14)

This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch 1.9
in repository https://gitbox.apache.org/repos/asf/accumulo.git

commit eaac4b0b05a8b8ef499711733b8e2a0c9cade988
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Tue Apr 21 16:35:05 2020 -0400

    Update spotbugs-maven-plugin (for JDK14)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0361409..af4fe0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,7 +581,7 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>3.1.12.1</version>
+          <version>4.0.0</version>
           <configuration>
             <xmlOutput>true</xmlOutput>
             <effort>Max</effort>