This is an automated email from the ASF dual-hosted git repository.

kinow 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 43af45d  Bump zstd-jni from 1.5.1-1 to 1.5.2-1
43af45d is described below

commit 43af45dabb8450a3a0430f89fc9123ef16e661fd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 28 04:21:22 2022 +0000

    Bump zstd-jni from 1.5.1-1 to 1.5.2-1
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.1-1 to 1.5.2-1.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.1-1...v1.5.2-1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.luben:zstd-jni
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index dd06c81..91bd699 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,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.1-1</version>
+      <version>1.5.2-1</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 131dee1..2bef2e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -79,7 +79,7 @@ The <action> type attribute can be add,update,fix,remove.
         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.1-1 #215, #233, #238.
+        Bump zstd-jni from 1.5.0-2 to 1.5.2-1 #215, #233, #238, #240.
       </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. 

Reply via email to