This is an automated email from the ASF dual-hosted git repository.
voonhous pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new e29d4d6a8289 chore(deps): bump org.apache.thrift:libthrift (#19824)
e29d4d6a8289 is described below
commit e29d4d6a8289101af1251dcd5df058b36c5abd11
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 4 21:52:15 2026 +0800
chore(deps): bump org.apache.thrift:libthrift (#19824)
Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from
0.23.0 to 0.24.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.23.0...v0.24.0)
---
updated-dependencies:
- dependency-name: org.apache.thrift:libthrift
dependency-version: 0.24.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
packaging/hudi-integ-test-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/hudi-integ-test-bundle/pom.xml
b/packaging/hudi-integ-test-bundle/pom.xml
index 941432ec1dcd..75d0bf5a06c7 100644
--- a/packaging/hudi-integ-test-bundle/pom.xml
+++ b/packaging/hudi-integ-test-bundle/pom.xml
@@ -679,7 +679,7 @@
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift</artifactId>
- <version>0.23.0</version>
+ <version>0.24.0</version>
</dependency>
<!-- zookeeper -->