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

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new 3478990  Bump org.apache.thrift:libthrift from 0.20.0 to 0.21.0 (#454)
3478990 is described below

commit 3478990aa74ffe1c76ab53e7ed8cf8f4f609c7a3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 30 16:40:51 2024 +0100

    Bump org.apache.thrift:libthrift from 0.20.0 to 0.21.0 (#454)
    
    * Bump org.apache.thrift:libthrift from 0.20.0 to 0.21.0
    
    Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from 
0.20.0 to 0.21.0.
    - [Release notes](https://github.com/apache/thrift/releases)
    - [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
    - [Commits](https://github.com/apache/thrift/compare/v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.thrift:libthrift
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * fix ci
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Gang Wu <[email protected]>
---
 .github/workflows/test.yml | 4 ++--
 pom.xml                    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 89ba37d..8e48c96 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -41,8 +41,8 @@ jobs:
           sudo apt-get update -qq
           sudo apt-get install -qq protobuf-compiler
           sudo apt-get install -qq libboost-dev libboost-test-dev 
libboost-program-options-dev libevent-dev automake libtool flex bison 
pkg-config g++ libssl-dev
-          wget -qO- 
https://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz | tar zxf -
-          cd thrift-0.20.0/
+          wget -qO- 
https://archive.apache.org/dist/thrift/0.21.0/thrift-0.21.0.tar.gz | tar zxf -
+          cd thrift-0.21.0/
           chmod +x ./configure
           ./configure --disable-libs
           sudo make install
diff --git a/pom.xml b/pom.xml
index 73a1fc6..41de6d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@
     <maven.compiler.target>1.8</maven.compiler.target>
     <shade.prefix>shaded.parquet</shade.prefix>
     <thrift.executable>thrift</thrift.executable>
-    <thrift.version>0.20.0</thrift.version>
+    <thrift.version>0.21.0</thrift.version>
     <thrift-maven-plugin.version>0.10.0</thrift-maven-plugin.version>
   </properties>
 

Reply via email to