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 2021/01/03 14:01:30 UTC

[commons-compress] branch master updated: Bump zstd-jni from 1.4.5-12 to 1.4.8-1 (#159)

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 770f2c1  Bump zstd-jni from 1.4.5-12 to 1.4.8-1 (#159)
770f2c1 is described below

commit 770f2c172a1b6d51be8479190579d7c1f31247d5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Jan 3 09:01:22 2021 -0500

    Bump zstd-jni from 1.4.5-12 to 1.4.8-1 (#159)
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.5-12 to 1.4.8-1.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/compare/v1.4.5-12...v1.4.8-1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ede75ba..935a545 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <dependency>
       <groupId>com.github.luben</groupId>
       <artifactId>zstd-jni</artifactId>
-      <version>1.4.5-12</version>
+      <version>1.4.8-1</version>
       <optional>true</optional>
     </dependency>
     <dependency>