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 3b5f149a7 Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1
3b5f149a7 is described below
commit 3b5f149a7a3690178b9b667c4a468b1ad686991d
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 27 19:01:59 2024 -0400
Bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6edf96e0d..77efef4cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
- <version>1.5.5-11</version>
+ <version>1.5.6-1</version>
<optional>true</optional>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 73fccb337..b957a16c6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Dependabot, Gary
Gregory">Bump org.apache.commons:commons-parent from 66 to 67 #495.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary
Gregory">Bump org.ow2.asm:asm from 9.6 to 9.7 #504.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.github.luben:zstd-jni from 1.5.5-11 to 1.5.6-1.</action>
</release>
<release version="1.26.1" date="2024-03-05" description="Minor feature and
maintenance release.">
<!-- FIX -->