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 b0f0131 AVRO-2673: Bump protobuf-java from 3.10.0 to 3.11.1 (#759)
b0f0131 is described below
commit b0f0131647b8f8277b3648cb95c10ef4810e5c26
Author: Fokko Driesprong <[email protected]>
AuthorDate: Sat Jan 11 13:31:35 2020 +0100
AVRO-2673: Bump protobuf-java from 3.10.0 to 3.11.1 (#759)
---
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 d8be2ba..f0b96f9 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.10.0</protobuf.version>
+ <protobuf.version>3.11.1</protobuf.version>
<thrift.version>0.12.0</thrift.version>
<slf4j.version>1.7.25</slf4j.version>
<snappy.version>1.1.7.3</snappy.version>