You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by yi...@apache.org on 2022/10/15 20:52:13 UTC

[hudi] branch master updated: [HUDI-5037] Upgrade org.apache.thrift:libthrift to 0.14.0 (#6941)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 779d1a34f3 [HUDI-5037] Upgrade org.apache.thrift:libthrift to 0.14.0 (#6941)
779d1a34f3 is described below

commit 779d1a34f3b7e14f0abf2c4b5983085bad5a85e5
Author: vvsd <40...@users.noreply.github.com>
AuthorDate: Sun Oct 16 04:51:44 2022 +0800

    [HUDI-5037] Upgrade org.apache.thrift:libthrift to 0.14.0 (#6941)
---
 packaging/hudi-integ-test-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/hudi-integ-test-bundle/pom.xml b/packaging/hudi-integ-test-bundle/pom.xml
index 747a9303df..0f8b799da7 100644
--- a/packaging/hudi-integ-test-bundle/pom.xml
+++ b/packaging/hudi-integ-test-bundle/pom.xml
@@ -734,7 +734,7 @@
     <dependency>
       <groupId>org.apache.thrift</groupId>
       <artifactId>libthrift</artifactId>
-      <version>0.9.3</version>
+      <version>0.14.0</version>
     </dependency>
 
     <!-- zookeeper -->