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/ant-antlibs-compress.git
commit 1676191522eb40112af86612f634ddd6c76c0d8a Author: Stefan Bodewig <[email protected]> AuthorDate: Fri Jul 17 06:22:11 2026 +0200 bump XZ for Java dependency --- changes.xml | 8 +++++++- docs/index.html | 6 +++--- ivy.xml | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/changes.xml b/changes.xml index 8d99abb..3c1bac7 100644 --- a/changes.xml +++ b/changes.xml @@ -41,7 +41,9 @@ <action type="update" breaks-bwc="true"> The Apache Compress Antlib now requires Apache Commons Compress 1.16 or later for DEFLATE64 and Zstandard support. - zstd-jni 1.5.7-11 or later is required for Zstandard support. + </action> + <action type="update" breaks-bwc="true"> + Requires Ant 1.10.x and Java 8 now. </action> <action type="add"> Added read-only support for the DEFLATE64 format. More @@ -52,6 +54,10 @@ Added support for the Zstandard format. This requires the zstd-jni library version 1.5.7-11 or later. </action> + <action type="update"> + Updated XZ for Java dependency to 1.12. Note the license has + changed from public domain to BSD Zero Clause License. + </action> </release> <release version="1.5" date="2017-06-13"> <action type="update" breaks-bwc="true"> diff --git a/docs/index.html b/docs/index.html index e3629e4..536554e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -128,12 +128,12 @@ <h3>Installing and Using</h3> - <p>This Antlib requires Apache Ant 1.8.0 or higher, Apache - Commons Compress 1.16 or higher and Java7 or higher.</p> + <p>This Antlib requires Apache Ant 1.10.13 or higher, Apache + Commons Compress 1.16 or higher and Java8 or higher.</p> <p>In order to use LZMA, XZ or most of the 7z support the <a href="https://tukaani.org/xz/java.html">XZ for Java</a> - version 1.6 or later is required.</p> + version 1.12 or later is required.</p> <p>In order to use Brotli the <a href="https://github.com/google/brotli">Brotli dec</a> diff --git a/ivy.xml b/ivy.xml index 9e611ac..1aab494 100644 --- a/ivy.xml +++ b/ivy.xml @@ -57,10 +57,10 @@ </publications> <dependencies> <dependency org="org.apache.commons" name="commons-compress" rev="1.16" conf="default"/> - <dependency org="org.tukaani" name="xz" rev="1.8" conf="default"/> + <dependency org="org.tukaani" name="xz" rev="1.12" conf="default"/> <dependency org="org.brotli" name="dec" rev="0.1.2" conf="default"/> <dependency org="com.github.luben" name="zstd-jni" rev="1.5.7-11" conf="default"/> - <dependency org="junit" name="junit" rev="4.12" conf="test->default"/> + <dependency org="junit" name="junit" rev="4.13" conf="test->default"/> <dependency org="org.apache.ant" name="ant-antunit" rev="1.5.0" conf="test->default" transitive="false" /> </dependencies>
