You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2021/03/31 15:25:56 UTC

[ranger] branch master updated: RANGER-3211: Upgrade libthrift to 0.14.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0081a76  RANGER-3211: Upgrade libthrift to 0.14.1
0081a76 is described below

commit 0081a767389738db9fa0c1d1342584a54a522c0b
Author: Mahesh Bandal <ma...@gmail.com>
AuthorDate: Wed Mar 17 21:02:30 2021 +0530

    RANGER-3211: Upgrade libthrift to 0.14.1
    
    Signed-off-by: Mehul Parikh <me...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0b0dfad..e4e0615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
         <hbase-shaded-netty>3.3.0</hbase-shaded-netty>
         <hbase-shaded-miscellaneous>3.3.0</hbase-shaded-miscellaneous>
         <libfb303.version>0.9.3</libfb303.version>
-        <libthrift.version>0.13.0</libthrift.version>
+        <libthrift.version>0.14.1</libthrift.version>
         <htrace-core.version>4.1.0-incubating</htrace-core.version>
         <httpcomponents.httpclient.version>4.5.13</httpcomponents.httpclient.version>
         <httpcomponents.httpcore.version>4.4.14</httpcomponents.httpcore.version>