You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by me...@apache.org on 2022/05/16 18:14:25 UTC

[myfaces-build-tools] branch master updated: Bump commons-collections in /maven2-plugins/myfaces-builder-plugin (#16)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 89db28eb Bump commons-collections in /maven2-plugins/myfaces-builder-plugin (#16)
89db28eb is described below

commit 89db28eb71b6c6277b86d9c1c67ef6de1dc602ed
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 16 14:14:21 2022 -0400

    Bump commons-collections in /maven2-plugins/myfaces-builder-plugin (#16)
    
    Bumps commons-collections from 3.1 to 3.2.2.
    
    ---
    updated-dependencies:
    - dependency-name: commons-collections:commons-collections
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 maven2-plugins/myfaces-builder-plugin/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven2-plugins/myfaces-builder-plugin/pom.xml b/maven2-plugins/myfaces-builder-plugin/pom.xml
index 3b663c54..0ef5fbab 100644
--- a/maven2-plugins/myfaces-builder-plugin/pom.xml
+++ b/maven2-plugins/myfaces-builder-plugin/pom.xml
@@ -205,7 +205,7 @@
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
+      <version>3.2.2</version>
     </dependency>
 
     <dependency>