You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/08/28 09:09:16 UTC

[avro] branch branch-1.9 updated: AVRO-2531: Update commons-compress to version 1.19

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

fokko pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 52e6c9e  AVRO-2531: Update commons-compress to version 1.19
52e6c9e is described below

commit 52e6c9eb34674ca48cac8c55192b925c6aa3553d
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Aug 28 09:40:02 2019 +0200

    AVRO-2531: Update commons-compress to version 1.19
    
    (cherry picked from commit bd559d63d5d86eeff7b317d8188cdd7038c9f3fe)
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 8e577fd..44a36b3 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -55,7 +55,7 @@
     <maven.version>2.0.11</maven.version>
     <ant.version>1.10.5</ant.version>
     <commons-cli.version>1.4</commons-cli.version>
-    <commons-compress.version>1.18</commons-compress.version>
+    <commons-compress.version>1.19</commons-compress.version>
     <commons-lang.version>3.8.1</commons-lang.version>
     <tukaani.version>1.8</tukaani.version>
     <easymock.version>4.0.2</easymock.version>