You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/10/24 07:33:01 UTC

[avro] branch branch-1.11 updated: Bump zstd-jni from 1.5.2-4 to 1.5.2-5 in /lang/java (#1930)

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

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 5d7b79311 Bump zstd-jni from 1.5.2-4 to 1.5.2-5 in /lang/java (#1930)
5d7b79311 is described below

commit 5d7b79311b89f36ad984db7ed0355079b351e488
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 24 10:32:38 2022 +0300

    Bump zstd-jni from 1.5.2-4 to 1.5.2-5 in /lang/java (#1930)
    
    Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.2-4 to 1.5.2-5.
    - [Release notes](https://github.com/luben/zstd-jni/releases)
    - [Commits](https://github.com/luben/zstd-jni/commits/c1.5.2-5)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.luben:zstd-jni
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Martin Grigorov <ma...@users.noreply.github.com>
    (cherry picked from commit ef1e5394e6f5c06ac3a68800d6dc9d00ceee9c9a)
---
 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 8214ff59b..9f4b4f2fd 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -59,7 +59,7 @@
     <mockito.version>4.8.1</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
     <grpc.version>1.50.2</grpc.version>
-    <zstd-jni.version>1.5.2-4</zstd-jni.version>
+    <zstd-jni.version>1.5.2-5</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>
     <bundle-plugin-version>5.1.8</bundle-plugin-version>