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 2020/11/01 15:22:57 UTC

[commons-compress] branch master updated: Update com.github.luben:zstd-jni from 1.4.5-6 -> 1.4.5-12.

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 b08186b  Update com.github.luben:zstd-jni from 1.4.5-6 -> 1.4.5-12.
b08186b is described below

commit b08186b6f775aeab077c8778d4aa333ead8adc39
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Nov 1 10:22:52 2020 -0500

    Update com.github.luben:zstd-jni from 1.4.5-6 -> 1.4.5-12.
    
    Note that versions 1.4.5-7, 1.4.5-11, and maybe others in between are
    broken due to not looking for its DLL on Windows properly, perhaps on
    other platforms as well.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 09383da..1943a72 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,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-6</version>
+      <version>1.4.5-12</version>
       <optional>true</optional>
     </dependency>
     <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aba0da4..877e468 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -175,8 +175,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" date="2020-08-21" due-to="Dependabot" dev="ggregory">
         Update actions/setup-java from v1.4.0 to v1.4.3, #125, #141.
       </action>
-      <action type="update" date="2020-08-21" due-to="Dependabot" dev="ggregory">
-        Update zstd-jni from 1.4.4-7 to 1.4.5-6 #118.
+      <action type="update" date="2020-08-21" due-to="Dependabot, Gary Gregory" dev="ggregory">
+        Update com.github.luben:zstd-jni from 1.4.4-7 to 1.4.5-12 #118.
       </action>
       <action type="update" date="2020-08-21" due-to="Dependabot" dev="ggregory">
         Update tests slf4j-api from 1.7.26 to 1.7.30 #117.