This is an automated email from the ASF dual-hosted git repository. bodewig 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 5672064 update XZ for Java to get access to improved performance 5672064 is described below commit 56720646af04a7b2102c14a07708bd4ac72a9dc8 Author: Stefan Bodewig <stefan.bode...@innoq.com> AuthorDate: Wed May 12 21:26:09 2021 +0200 update XZ for Java to get access to improved performance --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7603e08..3230613 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <dependency> <groupId>org.tukaani</groupId> <artifactId>xz</artifactId> - <version>1.8</version> + <version>1.9</version> <optional>true</optional> </dependency> <dependency> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d365a79..72c22b6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -338,6 +338,9 @@ The <action> type attribute can be add,update,fix,remove. Handling of sparse tar entries has been hardened to ensure bad inputs cause expected IOExceptions rather than RuntimeExceptions. </action> + <action type="update" date="2021-05-12"> + Update org.tukaani:xz from 1.8 to 1.9 + </action> </release> <release version="1.20" date="2020-02-08" description="Release 1.20 (Java 7)">