You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/06 06:58:05 UTC

[camel-kameleon] branch main updated: Bump commons-compress from 1.20 to 1.21 (#20)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git


The following commit(s) were added to refs/heads/main by this push:
     new 329837c  Bump commons-compress from 1.20 to 1.21 (#20)
329837c is described below

commit 329837cf37a66e92029518f06033bb72c1b73b95
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 6 08:58:01 2022 +0200

    Bump commons-compress from 1.20 to 1.21 (#20)
    
    Bumps commons-compress from 1.20 to 1.21.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      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 ecd6d3c..ec4d01d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,7 +125,7 @@ under the License.
         <dependency>
             <groupId>org.apache.commons</groupId>
             <artifactId>commons-compress</artifactId>
-            <version>1.20</version>
+            <version>1.21</version>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>