You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/02/14 14:39:56 UTC

[commons-lang] 02/04: Update SpotBugs.

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

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

commit 4ebd3e398804ed374d05e74f0233e0ce5517b3f7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 14 09:34:46 2020 -0500

    Update SpotBugs.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6fad176..b2503f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -764,7 +764,7 @@
           <dependency>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs</artifactId>
-            <version>4.0.0-beta4</version>
+            <version>4.0.0-RC3</version>
          </dependency>
         </dependencies>        
         <configuration>