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:19:14 UTC

[avro] branch master updated: AVRO-2582: Bump protobuf-java from 3.9.1 to 3.10.0 (#671)

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 d99e2c2  AVRO-2582: Bump protobuf-java from 3.9.1 to 3.10.0 (#671)
d99e2c2 is described below

commit d99e2c2460ff305e92a9b103a9db441a0150ae81
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Wed Oct 9 22:19:09 2019 +0200

    AVRO-2582: Bump protobuf-java from 3.9.1 to 3.10.0 (#671)
---
 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 f5f635e..a77822a 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -47,7 +47,7 @@
     <jopt-simple.version>5.0.4</jopt-simple.version>
     <junit.version>4.12</junit.version>
     <netty.version>3.10.6.Final</netty.version>
-    <protobuf.version>3.9.1</protobuf.version>
+    <protobuf.version>3.10.0</protobuf.version>
     <thrift.version>0.12.0</thrift.version>
     <slf4j.version>1.7.25</slf4j.version>
     <snappy.version>1.1.7.3</snappy.version>