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 2020/06/01 15:18:45 UTC

[avro] branch master updated: AVRO-2811: Fix incorrect repeated grpc version of 1.28.0

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 bf70786  AVRO-2811: Fix incorrect repeated grpc version of 1.28.0
bf70786 is described below

commit bf707863e9c26696fe1046e1a45037d7d8b37463
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Jun 1 16:18:45 2020 +0200

    AVRO-2811: Fix incorrect repeated grpc version of 1.28.0
---
 lang/java/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index def5ee1..7287ae0 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -61,7 +61,6 @@
     <easymock.version>4.2</easymock.version>
     <hamcrest.version>2.1</hamcrest.version>
     <grpc.version>1.29.0</grpc.version>
-    <grpc.version>1.28.0</grpc.version>
     <zstd-jni.version>1.4.4-11</zstd-jni.version>
     <!-- version properties for plugins -->
     <archetype-plugin.version>3.1.2</archetype-plugin.version>