HTHou commented on code in PR #15239:
URL: https://github.com/apache/iotdb/pull/15239#discussion_r2020796195


##########
pom.xml:
##########
@@ -97,19 +97,20 @@
       
https://github.com/apache/iotdb-bin-resources/tree/main/iotdb-tools-thrift
     -->
         <iotdb-tools-thrift.version>0.14.1.0</iotdb-tools-thrift.version>
-        <jackson.version>2.16.2</jackson.version>
+        <jackson.version>2.18.3</jackson.version>
         <!-- This is the last version to support the javax namespace -->
-        <jakarta.servlet-api.version>4.0.4</jakarta.servlet-api.version>
+        <jakarta.servlet-api.version>6.1.0</jakarta.servlet-api.version>
         <!-- This is the last version to support the javax namespace -->
-        <jakarta.validation-api.version>2.0.2</jakarta.validation-api.version>
+        <jakarta.validation-api.version>3.1.1</jakarta.validation-api.version>
         <!-- This is the last version to support the javax namespace -->
-        <jakarta.ws.rs-api.version>2.1.6</jakarta.ws.rs-api.version>
+        <jakarta.ws.rs-api.version>3.1.0</jakarta.ws.rs-api.version>
+        <jakarta.annotation.version>3.0.0</jakarta.annotation.version>
         <java-websocket.version>1.5.4</java-websocket.version>
         <jcip-annotations.version>1.0-1</jcip-annotations.version>
         <!-- This is the last version to support the javax namespace -->
-        <jersey.version>2.40</jersey.version>
+        <jersey.version>3.1.10</jersey.version>
         <!-- This was the last version to support Java 8 -->

Review Comment:
   Update the comments like these?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to