You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by sm...@apache.org on 2022/04/12 14:06:46 UTC

[knox] branch master updated: [KNOX-2722] upgrade common-compress to 1.21 (#552)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2ddfecef9 [KNOX-2722] upgrade common-compress to 1.21 (#552)
2ddfecef9 is described below

commit 2ddfecef996e59ab33e3c578d9ae11ef041164d1
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Tue Apr 12 16:06:43 2022 +0200

    [KNOX-2722] upgrade common-compress to 1.21 (#552)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b01cde0f2..ded07a165 100644
--- a/pom.xml
+++ b/pom.xml
@@ -173,7 +173,7 @@
         <commons-cli.version>1.4</commons-cli.version>
         <commons-codec.version>1.15</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
-        <commons-compress.version>1.20</commons-compress.version>
+        <commons-compress.version>1.21</commons-compress.version>
         <commons-configuration.version>1.10</commons-configuration.version>
         <commons-digester3.version>3.2</commons-digester3.version>
         <commons-io.version>2.8.0</commons-io.version>