You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/12 20:05:35 UTC

[commons-compress] branch master updated: Bump zstd-jni from 1.5.0-3 to 1.5.2-4

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 033f0101 Bump zstd-jni from 1.5.0-3 to 1.5.2-4
033f0101 is described below

commit 033f01016391f8c519a34fc165ac6993d9cd3e08
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 12 13:05:30 2022 -0700

    Bump zstd-jni from 1.5.0-3 to 1.5.2-4
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d550be76..9b22ca9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,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.2-3</version>
+      <version>1.5.2-4</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2dc63959..84869b0c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -153,8 +153,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Dependabot">
         Bump memoryfilesystem from 2.1.0 to 2.3.0 #212, #237.
       </action>
-      <action type="update" dev="ggregory" due-to="Dependabot">
-        Bump zstd-jni from 1.5.0-2 to 1.5.2-3 #215, #233, #238, #240, #250, #291.
+      <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
+        Bump zstd-jni from 1.5.0-2 to 1.5.2-4 #215, #233, #238, #240, #250, #291.
       </action>
       <action type="update" issue="COMPRESS-582" dev="ggregory" due-to="Alex Landau, Stephan, Gary Gregory">
         Bump Pack200 packages from ASM 3.2 to 9.2 #216.