You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by mb...@apache.org on 2021/08/28 02:19:40 UTC

[asterixdb] 02/06: [NO ISSUE] update Apache Commons Compress

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

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

commit 9e0328b790e0718e9b60486184c90ddc6386b872
Author: Till Westmann <ti...@apache.org>
AuthorDate: Thu Aug 19 19:57:47 2021 -0700

    [NO ISSUE] update Apache Commons Compress
    
    Change-Id: I87531ad5442f2a4012e09dddbd112b7008016ff7
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/12924
    Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
    Reviewed-by: Ian Maxon <im...@uci.edu>
---
 asterixdb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index ed486fd..28aa09e 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -990,7 +990,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.20</version>
+        <version>1.21</version>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>