You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ct...@apache.org on 2022/05/21 09:56:56 UTC

[fluo-recipes] branch main updated: Bump commons-collections from 3.2.1 to 3.2.2 (#161)

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-recipes.git


The following commit(s) were added to refs/heads/main by this push:
     new 58d27c6  Bump commons-collections from 3.2.1 to 3.2.2 (#161)
58d27c6 is described below

commit 58d27c6c20b42c5025254264ccec25c447578196
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 21 05:56:53 2022 -0400

    Bump commons-collections from 3.2.1 to 3.2.2 (#161)
    
    Bumps commons-collections from 3.2.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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 972c996..78d963f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
       <dependency>
         <groupId>commons-collections</groupId>
         <artifactId>commons-collections</artifactId>
-        <version>3.2.1</version>
+        <version>3.2.2</version>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>