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 346f52e  Update Spotbugs Maven Plugin to version 4.0.0.
346f52e is described below

commit 346f52e2eead9c5ce2d0b76c49c3e6991e5ef050
Author: pascalschumacher <pascalschumac...@gmx.net>
AuthorDate: Sat Mar 21 15:23:39 2020 +0100

    Update Spotbugs Maven Plugin to version 4.0.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 19472d3..6a56992 100644
--- a/pom.xml
+++ b/pom.xml
@@ -603,7 +603,7 @@
     <checkstyle.version>8.29</checkstyle.version>
     <checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
 
-    <spotbugs.plugin.version>3.1.12.2</spotbugs.plugin.version>
+    <spotbugs.plugin.version>4.0.0</spotbugs.plugin.version>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- JMH Benchmark related properties, version, target compiler and name 
of the benchmarking uber jar. -->

Reply via email to