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/06/12 12:49:26 UTC

[commons-compress] branch master updated: Bump zstd-jni from 1.4.9-1 to 1.5.0-2 (#203)

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 00bc638  Bump zstd-jni from 1.4.9-1 to 1.5.0-2 (#203)
00bc638 is described below

commit 00bc6383340d35cc0a732fe6946707d16b57e6a1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Jun 12 08:49:16 2021 -0400

    Bump zstd-jni from 1.4.9-1 to 1.5.0-2 (#203)
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.4.9-1 to 1.5.0-2.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.luben:zstd-jni
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 47bb40a..db11411 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,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.9-1</version>
+      <version>1.5.0-2</version>
       <optional>true</optional>
     </dependency>
     <dependency>