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 29b9d53  Bump zstd-jni from 1.5.0-5 to 1.5.1-1 (#238)
29b9d53 is described below

commit 29b9d530740c5522f18ef073d3343ce26da787c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 27 08:30:15 2021 -0500

    Bump zstd-jni from 1.5.0-5 to 1.5.1-1 (#238)
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.0-5 to 1.5.1-1.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/compare/v1.5.0-5...v1.5.1-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]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 58e507e..811c43b 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.0-5</version>
+      <version>1.5.1-1</version>
       <optional>true</optional>
     </dependency>
     <dependency>

Reply via email to