This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 7c3ba44284 Upgrade libthrift version to 0.23.0 (#3051)
7c3ba44284 is described below
commit 7c3ba442849ac929efe71cd095a62e19cef95817
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 17 07:21:18 2026 +0100
Upgrade libthrift version to 0.23.0 (#3051)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 16b8e92a63..5bcaeced99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<junit.platform.version>1.8.2</junit.platform.version>
<junit.version>5.7.2</junit.version>
<kerby.version>2.0.3</kerby.version>
- <libthrift.version>0.18.1</libthrift.version>
+ <libthrift.version>0.23.0</libthrift.version>
<license.skip>true</license.skip>
<log4j.version>2.25.4</log4j.version>
<!-- Upgrading logback further breaks JDK 8 build compatibility -->