You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2021/07/13 16:09:13 UTC

[ws-wss4j] branch 2_3_x-fixes updated: Updating to Commons Compress 1.21

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

coheigea pushed a commit to branch 2_3_x-fixes
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/2_3_x-fixes by this push:
     new 8362102  Updating to Commons Compress 1.21
8362102 is described below

commit 8362102f3024f1e19526a27713b93511cdf02004
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jul 13 16:41:22 2021 +0100

    Updating to Commons Compress 1.21
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b4128c0..2c20116 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -33,7 +33,7 @@
 
     <properties>
         <bcprov.version>1.69</bcprov.version>
-        <commons.compress.version>1.20</commons.compress.version>
+        <commons.compress.version>1.21</commons.compress.version>
         <cryptacular.version>1.2.4</cryptacular.version>
         <ehcache.version>3.8.1</ehcache.version>
         <geronimo.javamail.version>1.8.4</geronimo.javamail.version>