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 9c0109854bb9ac341335ad9e1d96f16fcbe87a68 Author: Stefan Bodewig <[email protected]> AuthorDate: Thu Jul 16 19:22:56 2026 +0200 update zstd-jni --- changes.xml | 5 +++-- docs/index.html | 2 +- ivy.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/changes.xml b/changes.xml index 02fa306..8d99abb 100644 --- a/changes.xml +++ b/changes.xml @@ -41,7 +41,7 @@ <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.3.3-1 or later is required for Zstandard support. + zstd-jni 1.5.7-11 or later is required for Zstandard support. </action> <action type="add"> Added read-only support for the DEFLATE64 format. More @@ -49,7 +49,8 @@ algorithm. </action> <action type="add"> - Added support for the Zstandard format. + Added support for the Zstandard format. This requires the + zstd-jni library version 1.5.7-11 or later. </action> </release> <release version="1.5" date="2017-06-13"> diff --git a/docs/index.html b/docs/index.html index 35f70f4..e3629e4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -141,7 +141,7 @@ <p>In order to use Zstandard the <a href="https://github.com/luben/zstd-jni">zstd-jni</a> - library version 1.3.3-1 or later is required.</p> + library version 1.5.7-11 or later is required.</p> <p>If you are building the Antlib from sources, run the <code>antlib</code> target and you'll get a diff --git a/ivy.xml b/ivy.xml index a4a3c23..9e611ac 100644 --- a/ivy.xml +++ b/ivy.xml @@ -59,7 +59,7 @@ <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.brotli" name="dec" rev="0.1.2" conf="default"/> - <dependency org="com.github.luben" name="zstd-jni" rev="1.3.3-1" 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="org.apache.ant" name="ant-antunit" rev="1.5.0" conf="test->default" transitive="false" />
