You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/10 15:28:17 UTC

[myfaces-master-pom] branch master updated: Bump findbugs-maven-plugin from 2.3.1 to 3.0.5

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-master-pom.git


The following commit(s) were added to refs/heads/master by this push:
     new c441ca0  Bump findbugs-maven-plugin from 2.3.1 to 3.0.5
c441ca0 is described below

commit c441ca08c76c2ae3d61f9658c18739d0836cbe95
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 10 15:21:03 2021 +0000

    Bump findbugs-maven-plugin from 2.3.1 to 3.0.5
    
    Bumps [findbugs-maven-plugin](https://github.com/gleclaire/findbugs-maven-plugin) from 2.3.1 to 3.0.5.
    - [Release notes](https://github.com/gleclaire/findbugs-maven-plugin/releases)
    - [Commits](https://github.com/gleclaire/findbugs-maven-plugin/commits/findbugs-maven-plugin-3.0.5)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b3b0cc7..67c112c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1070,7 +1070,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>findbugs-maven-plugin</artifactId>
-                <version>2.3.1</version>
+                <version>3.0.5</version>
                 <configuration>
                     <threshold>Low</threshold>
                 </configuration>