This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-bin-resources.git


The following commit(s) were added to refs/heads/main by this push:
     new 39830f5  chore: Bumped the Thrift version to 0.19.0
39830f5 is described below

commit 39830f507c50de84e0fafb8f0493bc97cd68dded
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 19 08:41:27 2023 +0200

    chore: Bumped the Thrift version to 0.19.0
---
 iotdb-tools-thrift/pom.xml | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/iotdb-tools-thrift/pom.xml b/iotdb-tools-thrift/pom.xml
index a11066b..94b16d2 100644
--- a/iotdb-tools-thrift/pom.xml
+++ b/iotdb-tools-thrift/pom.xml
@@ -33,20 +33,14 @@
         contains nothing else as the compiled thrift binary without any 
modification.
         The fourth segment allows us to re-deploy, if we need to change the 
config.
     -->
-    <version>0.14.1.0</version>
+    <version>0.19.0.0</version>
     <packaging>pom</packaging>
 
     <name>IoTDB-Tools: Thrift</name>
     <description>Local build of the Apache Thrift compiler.</description>
 
     <properties>
-        <!--
-            Thrift 0.17.0 was the last version that could be used in Java 8 
applications,
-            However Thrift 0.17.0 has an invalid entry in the 
META-INF/MANIFEST.mf file.
-            All versions between 0.17.0 and 0.14.1 have know vulnerabilities, 
so for now
-            we'll stay at 0.14.1.
-        -->
-        <thrift.version>0.14.1</thrift.version>
+        <thrift.version>0.19.0</thrift.version>
         <thrift.with.cpp>ON</thrift.with.cpp>
         <thrift.with.go>ON</thrift.with.go>
         <thrift.with.python>ON</thrift.with.python>

Reply via email to