You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/08/31 10:06:40 UTC

[commons-lang] branch master updated: Update spotbugs-maven-plugin to version 3.1.12.2.

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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 4632ad7  Update spotbugs-maven-plugin to version 3.1.12.2.
4632ad7 is described below

commit 4632ad7c7cd72228b21d5692662a2f02fd4ca779
Author: pascalschumacher <pa...@gmx.net>
AuthorDate: Sat Aug 31 12:06:29 2019 +0200

    Update spotbugs-maven-plugin to version 3.1.12.2.
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e9727c6..e4d683e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -602,7 +602,7 @@
     <checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
     <checkstyle.version>8.23</checkstyle.version>
 
-    <spotbugs.plugin.version>3.1.11</spotbugs.plugin.version>
+    <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- JMH Benchmark related properties, version, target compiler and name of the benchmarking uber jar. -->
@@ -915,8 +915,6 @@
       <properties>
         <!-- jacoco does not work with java 13 yet -->
         <jacoco.skip>true</jacoco.skip>
-        <!-- spotbugs does not work on java 13 yet, "java.lang.IllegalArgumentException: Unsupported class file major version 57" -->
-        <spotbugs.skip>true</spotbugs.skip>
       </properties>
     </profile>