You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by op...@apache.org on 2023/08/16 18:50:17 UTC

[avro] 03/03: Bump grpc.version from 1.56.1 to 1.57.1 in /lang/java (#2422)

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

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

commit 2c7b749c46213e522de98948b9fa16a3b972442e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Aug 16 17:38:24 2023 +0200

    Bump grpc.version from 1.56.1 to 1.57.1 in /lang/java (#2422)
    
    Bumps `grpc.version` from 1.56.1 to 1.57.1.
    
    Updates `io.grpc:grpc-core` from 1.56.1 to 1.57.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.1)
    
    Updates `io.grpc:grpc-stub` from 1.56.1 to 1.57.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.1)
    
    Updates `io.grpc:grpc-netty` from 1.56.1 to 1.57.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.56.1...v1.57.1)
    
    ---
    updated-dependencies:
    - dependency-name: io.grpc:grpc-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-stub
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: io.grpc:grpc-netty
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 d9d3568e5..e2295e9d5 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <tukaani.version>1.9</tukaani.version>
     <mockito.version>4.11.0</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.56.1</grpc.version>
+    <grpc.version>1.57.1</grpc.version>
     <zstd-jni.version>1.5.5-5</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>