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

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

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

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


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

commit bd559d63d5d86eeff7b317d8188cdd7038c9f3fe
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
---
 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 c9ec988..447a9af 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>