This is an automated email from the ASF dual-hosted git repository.
reiabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 78ad72e78 Bump org.apache.thrift:libthrift from 0.22.0 to 0.23.0
(#8638)
78ad72e78 is described below
commit 78ad72e7896951b3647c09b4674f6b27d194e685
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun May 10 21:31:22 2026 +0100
Bump org.apache.thrift:libthrift from 0.22.0 to 0.23.0 (#8638)
Bumps [org.apache.thrift:libthrift](https://github.com/apache/thrift) from
0.22.0 to 0.23.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.22.0...v0.23.0)
---
updated-dependencies:
- dependency-name: org.apache.thrift:libthrift
dependency-version: 0.23.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4babe149e..2b92726c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
<kryo.version>5.6.2</kryo.version>
<objensis.version>3.5</objensis.version>
<jakarta.servlet.version>6.1.0</jakarta.servlet.version>
- <thrift.version>0.22.0</thrift.version>
+ <thrift.version>0.23.0</thrift.version>
<junit.jupiter.version>6.0.3</junit.jupiter.version>
<surefire.version>3.5.5</surefire.version>
<awaitility.version>4.3.0</awaitility.version>