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

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


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

commit 89218262cde62e98fcb3778b86cd3f03056c54f3
Author: Ismaël Mejía <[email protected]>
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>

Reply via email to