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/17 08:31:23 UTC

[avro] branch branch-1.11 updated: Bump grpc.version from 1.49.2 to 1.50.0 in /lang/java (#1910)

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 24176ac42 Bump grpc.version from 1.49.2 to 1.50.0 in /lang/java (#1910)
24176ac42 is described below

commit 24176ac4250441982ce27ed16a1b86f922c29455
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 17 11:30:59 2022 +0300

    Bump grpc.version from 1.49.2 to 1.50.0 in /lang/java (#1910)
    
    Bumps `grpc.version` from 1.49.2 to 1.50.0.
    
    Updates `grpc-core` from 1.49.2 to 1.50.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.49.2...v1.50.0)
    
    Updates `grpc-stub` from 1.49.2 to 1.50.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.49.2...v1.50.0)
    
    Updates `grpc-netty` from 1.49.2 to 1.50.0
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.49.2...v1.50.0)
    
    ---
    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>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit 4e5a58f77c62875a136897470fb0100d7662b940)
---
 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 afb4b5f10..f7238d815 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -58,7 +58,7 @@
     <tukaani.version>1.9</tukaani.version>
     <mockito.version>4.8.0</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.49.2</grpc.version>
+    <grpc.version>1.50.0</grpc.version>
     <zstd-jni.version>1.5.2-4</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.1</archetype-plugin.version>