You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by sp...@apache.org on 2020/04/17 19:33:59 UTC

[ranger] 02/02: RANGER-2801: Updated apache thrift version to latest (0.13.0)

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

spolavarapu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit 75823ca43035be58ff6d9c4545034b954f595c87
Author: Sailaja Polavarapu <sp...@cloudera.com>
AuthorDate: Fri Apr 17 09:49:10 2020 -0700

    RANGER-2801: Updated apache thrift version to latest (0.13.0)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22926fd..992c365 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
         <hbase-shaded-netty>2.0.0</hbase-shaded-netty>
         <hbase-shaded-miscellaneous>2.0.0</hbase-shaded-miscellaneous>
         <libfb303.version>0.9.3</libfb303.version>
-        <libthrift.version>0.12.0</libthrift.version>
+        <libthrift.version>0.13.0</libthrift.version>
         <htrace-core.version>4.1.0-incubating</htrace-core.version>
         <httpcomponents.httpclient.version>4.5.6</httpcomponents.httpclient.version>
         <httpcomponents.httpcore.version>4.4.6</httpcomponents.httpcore.version>