Skip to content

Commit

Permalink
Bump org.apache.thrift:libthrift from 0.20.0 to 0.21.0 (#454)
Browse files Browse the repository at this point in the history
* 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](apache/thrift@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]>
  • Loading branch information
dependabot[bot] and wgtmac authored Oct 30, 2024
1 parent 4f20815 commit 3478990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 3478990

Please sign in to comment.