From ead9be530303b40d885bf009c8cd20a74636a600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 13:21:19 +0000 Subject: [PATCH 1/2] Bump org.apache.thrift:libthrift from 0.19.0 to 0.20.0 Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from 0.19.0 to 0.20.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.19.0...v0.20.0) --- updated-dependencies: - dependency-name: org.apache.thrift:libthrift dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dd695a56..033f758a 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ 1.8 shaded.parquet thrift - 0.19.0 + 0.20.0 0.10.0 From c670caf5becec154ce45e11f491c769c6feb470f Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Mon, 22 Apr 2024 22:36:15 +0200 Subject: [PATCH 2/2] Bump Thrift in the CI as well --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f0dbc2b2..e19cf7cb 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.19.0/thrift-0.19.0.tar.gz | tar zxf - - cd thrift-0.19.0/ + wget -qO- https://archive.apache.org/dist/thrift/0.20.0/thrift-0.20.0.tar.gz | tar zxf - + cd thrift-0.20.0/ chmod +x ./configure ./configure --disable-libs sudo make install