You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2021/04/15 15:58:34 UTC

[drill] branch master updated: DRILL-7900: Bump libthrift from 0.13.0 to 0.14.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c826106  DRILL-7900: Bump libthrift from 0.13.0 to 0.14.0
c826106 is described below

commit c8261065cbca849c824ecd5620d02addc26ed157
Author: Charles S. Givre <cg...@apache.org>
AuthorDate: Thu Apr 15 11:58:22 2021 -0400

    DRILL-7900: Bump libthrift from 0.13.0 to 0.14.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 25d3175..986996e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
     <hikari.version>3.4.2</hikari.version>
     <netty.version>4.1.59.Final</netty.version>
     <httpclient.version>4.5.12</httpclient.version>
-    <libthrift.version>0.13.0</libthrift.version>
+    <libthrift.version>0.14.0</libthrift.version>
     <derby.version>10.14.2.0</derby.version>
     <commons.cli.version>1.4</commons.cli.version>
     <snakeyaml.version>1.26</snakeyaml.version>