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 78b4d3c [COMPRESS-493] Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.4-7. 78b4d3c is described below commit 78b4d3cfce43b19f2a81eec9312f04603570f9a0 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 25 12:37:08 2020 -0500 [COMPRESS-493] Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.4-7. Update from to 1.4.3-1 to 1.4.4-7. Build OK on Oracle Java 1.7.0_80-b15. --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7abf57b..0b53da9 100644 --- a/pom.xml +++ b/pom.xml @@ -94,7 +94,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId> - <version>1.4.3-1</version> + <version>1.4.4-7</version> <optional>true</optional> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d8b33c3..b43f6d7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="1.20" date="not released, yet" description="Release 1.20"> <action issue="COMPRESS-493" type="update" date="2019-08-27"> - Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.3-1. + Update optional library com.github.luben:zstd-jni from 1.4.0-1 to 1.4.4-7. </action> <action type="update" date="2019-08-27"> Update tests from org.apache.felix:org.apache.felix.framework 6.0.2 to 6.0.3.