You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2021/11/03 23:12:07 UTC

[any23] branch master updated: Bump commons-compress from 1.20 to 1.21 (#220)

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

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new 097a3eb  Bump commons-compress from 1.20 to 1.21 (#220)
097a3eb is described below

commit 097a3eb58c403e2201fd651bfdc21b7f28a955e5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Nov 3 16:12:00 2021 -0700

    Bump commons-compress from 1.20 to 1.21 (#220)
    
    Bumps commons-compress from 1.20 to 1.21.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-compress
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 27ad513..415b87d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.20</version>
+        <version>1.21</version>
       </dependency>
       <dependency>
         <groupId>xerces</groupId>