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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a25248  [COMPRESS-484] Update optional library zstd-jni from 1.3.3-3 
to 1.4.0-1.
5a25248 is described below

commit 5a2524813bb7eac718bf8f3f15b55228d14a120c
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 30 17:22:21 2019 -0400

    [COMPRESS-484] Update optional library zstd-jni from 1.3.3-3 to 1.4.0-1.
    
    Local build on Java 7 OK.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55cb51c..78b9205 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.3.3-3</version>
+      <version>1.4.0-1</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ea4486..e2bed61 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -81,6 +81,10 @@ The <action> type attribute can be add,update,fix,remove.
         The ARJ package has been updated to contain constants for more
         recent specifications.
       </action>
+      <action type="update" date="2019-04-30"
+              issue="COMPRESS-484">
+        Update optional library zstd-jni from 1.3.3-3 to 1.4.0-1.
+      </action>
     </release>
     <release version="1.18" date="2018-08-16"
              description="Release 1.18">

Reply via email to