You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/04/08 18:32:11 UTC

[knox] 01/02: KNOX-2319 - Upgrade commons-compress to 1.20

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

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

commit 92b2ac4ea0fa8b3379136b5fb6e441a65547629a
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Wed Apr 8 13:51:42 2020 -0400

    KNOX-2319 - Upgrade commons-compress to 1.20
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f5342b9..fe39d20 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,7 +168,7 @@
         <commons-cli.version>1.4</commons-cli.version>
         <commons-codec.version>1.14</commons-codec.version>
         <commons-collections.version>3.2.2</commons-collections.version>
-        <commons-compress.version>1.19</commons-compress.version>
+        <commons-compress.version>1.20</commons-compress.version>
         <commons-configuration.version>1.10</commons-configuration.version>
         <commons-digester3.version>3.2</commons-digester3.version>
         <commons-io.version>2.6</commons-io.version>