You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2021/05/16 06:19:45 UTC

[avro] branch master updated: Bump grpc.version from 1.37.0 to 1.37.1 in /lang/java (#1222)

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

iemejia 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 2bbac9e  Bump grpc.version from 1.37.0 to 1.37.1 in /lang/java (#1222)
2bbac9e is described below

commit 2bbac9e8c6ebbf462e6610b699f852b8df835668
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 16 08:19:36 2021 +0200

    Bump grpc.version from 1.37.0 to 1.37.1 in /lang/java (#1222)
    
    Bumps `grpc.version` from 1.37.0 to 1.37.1.
    
    Updates `grpc-core` from 1.37.0 to 1.37.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.37.0...v1.37.1)
    
    Updates `grpc-stub` from 1.37.0 to 1.37.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.37.0...v1.37.1)
    
    Updates `grpc-netty` from 1.37.0 to 1.37.1
    - [Release notes](https://github.com/grpc/grpc-java/releases)
    - [Commits](https://github.com/grpc/grpc-java/compare/v1.37.0...v1.37.1)
    
    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 7be8b6d..c5ee4f6 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -57,7 +57,7 @@
     <tukaani.version>1.9</tukaani.version>
     <easymock.version>4.3</easymock.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <grpc.version>1.37.0</grpc.version>
+    <grpc.version>1.37.1</grpc.version>
     <zstd-jni.version>1.4.9-5</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.2.0</archetype-plugin.version>