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/02 16:28:27 UTC

[accumulo] branch master updated: Bump spotbugs to 4.0 (#1577)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cbe8933  Bump spotbugs to 4.0 (#1577)
cbe8933 is described below

commit cbe89334e34024660ba6ad5812ca86f7ad6ac0fa
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Apr 2 12:28:20 2020 -0400

    Bump spotbugs to 4.0 (#1577)
    
    Newer spotbugs release uses newer version of asm, required for parsing
    class files created with newer JDK versions. Spotbugs 4.0.0 supports at
    least Java 13, possibly up to 15.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 49d6e0b..a1f8f4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -206,7 +206,7 @@
       <dependency>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-annotations</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.1</version>
       </dependency>
       <dependency>
         <groupId>com.google.auto.service</groupId>
@@ -848,7 +848,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>