update zstd and xz dependencies

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/0691adfa
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/0691adfa
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/0691adfa

Branch: refs/heads/master
Commit: 0691adfaa9eb67a0f7e7f8c6804c55468be0e2e4
Parents: ecb6e94
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sat Dec 30 11:02:42 2017 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sat Dec 30 11:02:42 2017 +0100

----------------------------------------------------------------------
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/0691adfa/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bdaa7a7..2b83e32 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.3.1-1</version>
+      <version>1.3.3-1</version>
       <optional>true</optional>
     </dependency>
     <dependency>
@@ -88,7 +88,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>org.tukaani</groupId>
       <artifactId>xz</artifactId>
-      <version>1.6</version>
+      <version>1.7</version>
       <optional>true</optional>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/0691adfa/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8d3bf93..2834c92 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -72,6 +72,10 @@ The <action> type attribute can be add,update,fix,remove.
         throw the expected IOException rather than obscure
         RuntimeExceptions.
       </action>
+      <action type="update" date="2017-12-30">
+        Updated XZ for Java dependency to 1.7 in order to pick up bug
+        fix to LZMA2InputStream's available method.
+      </action>
     </release>
     <release version="1.15" date="2017-10-17"
              description="Release 1.15

Reply via email to