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 2019/02/06 08:46:34 UTC

[avro] branch master updated: AVRO-2313: Bump libthrift from 0.11.0 to 0.12.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 f442591  AVRO-2313: Bump libthrift from 0.11.0 to 0.12.0
f442591 is described below

commit f4425913940a11870bc8fda602d29217cff53af0
Author: Fokko Driesprong <fo...@godatadriven.com>
AuthorDate: Tue Feb 5 23:34:14 2019 +0100

    AVRO-2313: Bump libthrift from 0.11.0 to 0.12.0
---
 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 28d1fe6..789000d 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -45,7 +45,7 @@
     <junit.version>4.12</junit.version>
     <netty.version>3.10.6.Final</netty.version>
     <protobuf.version>3.6.1</protobuf.version>
-    <thrift.version>0.11.0</thrift.version>
+    <thrift.version>0.12.0</thrift.version>
     <slf4j.version>1.7.25</slf4j.version>
     <snappy.version>1.1.7.2</snappy.version>
     <velocity.version>2.0</velocity.version>