You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by nk...@apache.org on 2019/10/09 20:18:06 UTC

[avro] branch master updated: AVRO-2583: Bump grpc.version from 1.23.0 to 1.24.0 (#670)

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

nkollar 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 4cd5b8d  AVRO-2583: Bump grpc.version from 1.23.0 to 1.24.0 (#670)
4cd5b8d is described below

commit 4cd5b8d804279eb670cbfdf0a0b08311e92d29a7
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Wed Oct 9 22:18:00 2019 +0200

    AVRO-2583: Bump grpc.version from 1.23.0 to 1.24.0 (#670)
---
 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 fdf9a14..f5f635e 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.23.0</grpc.version>
+    <grpc.version>1.24.0</grpc.version>
     <netty-codec-http2.version>4.1.39.Final</netty-codec-http2.version>
     <zstd-jni.version>1.4.3-1</zstd-jni.version>
     <!-- version properties for plugins -->