You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2021/02/28 08:03:23 UTC

[avro] branch master updated: AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#1111)

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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new d4a2574  AVRO-3057: Bump zstd-jni from 1.4.8-4 to 1.4.8-6 in /lang/java (#1111)
d4a2574 is described below

commit d4a257460cfbebec3dc2d0ab82375fb7ee4bd212
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Feb 28 09:03:13 2021 +0100

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

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 465021d..648b37f 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <easymock.version>4.2</easymock.version>
     <hamcrest.version>2.2</hamcrest.version>
     <grpc.version>1.35.0</grpc.version>
-    <zstd-jni.version>1.4.8-4</zstd-jni.version>
+    <zstd-jni.version>1.4.8-6</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.0</archetype-plugin.version>
     <bundle-plugin-version>4.1.0</bundle-plugin-version>