This is an automated email from the ASF dual-hosted git repository.
jackie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new ce9c83ddde0 Bump org.apache.thrift:libthrift from 0.18.1 to 0.22.0
(#16207)
ce9c83ddde0 is described below
commit ce9c83ddde084d728cb089c1c68851e6e5a3312f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 26 20:31:25 2025 -0700
Bump org.apache.thrift:libthrift from 0.18.1 to 0.22.0 (#16207)
---
pinot-plugins/pinot-input-format/pinot-thrift/pom.xml | 1 +
pom.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml
b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml
index 8f1d9a2ba08..57ea2d6294a 100644
--- a/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml
+++ b/pinot-plugins/pinot-input-format/pinot-thrift/pom.xml
@@ -38,6 +38,7 @@
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
+ <scope>provided</scope>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index 64f1a64ebb8..36382a6a346 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
<snappy-java.version>1.1.10.7</snappy-java.version>
<zstd-jni.version>1.5.7-3</zstd-jni.version>
<lz4-java.version>1.8.0</lz4-java.version>
- <libthrift.verion>0.18.1</libthrift.verion>
+ <libthrift.verion>0.22.0</libthrift.verion>
<log4j.version>2.25.0</log4j.version>
<slf4j.version>2.0.17</slf4j.version>
<netty.version>4.1.119.Final</netty.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]