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 2020/04/26 09:25:36 UTC

[avro] branch master updated: AVRO-2811:Upgrade grpc 1.26 to 1.28 (#863)

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 b6f4970  AVRO-2811:Upgrade grpc 1.26 to 1.28 (#863)
b6f4970 is described below

commit b6f49705ad3cc81020117d04938e1ae03d3a99d9
Author: Zezeng Wang <51...@qq.com>
AuthorDate: Sun Apr 26 17:25:25 2020 +0800

    AVRO-2811:Upgrade grpc 1.26 to 1.28 (#863)
---
 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 8ca34c5..61f0f55 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -60,7 +60,7 @@
     <tukaani.version>1.8</tukaani.version>
     <easymock.version>4.0.2</easymock.version>
     <hamcrest.version>2.1</hamcrest.version>
-    <grpc.version>1.26.0</grpc.version>
+    <grpc.version>1.28.0</grpc.version>
     <netty-codec-http2.version>4.1.45.Final</netty-codec-http2.version>
     <zstd-jni.version>1.4.4-7</zstd-jni.version>
     <!-- version properties for plugins -->