This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-flume-rpc.git
commit 06692db4524f5ab15e8c93221951c6f8957c8a85 Author: Ralph Goers <[email protected]> AuthorDate: Fri Jun 26 17:14:53 2026 -0700 Update thrift version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index efb6eb2..dd9ca5f 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ <jackson.version>2.17.0</jackson.version> <netty-all.version>4.2.4.Final</netty-all.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <thrift.version>0.14.2</thrift.version> + <thrift.version>0.23.0</thrift.version> </properties> <dependencyManagement> <dependencies>
