You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/10/11 03:27:43 UTC

[GitHub] [iotdb] SteveYurongSu commented on a change in pull request #4077: [IOTDB-1792]remove tomcat-embed dependency and make all transitive dependencies versions consistent

SteveYurongSu commented on a change in pull request #4077:
URL: https://github.com/apache/iotdb/pull/4077#discussion_r725765864



##########
File path: pom.xml
##########
@@ -134,7 +134,7 @@
         <common.logging.version>1.1.3</common.logging.version>
         <org.slf4j.version>1.7.30</org.slf4j.version>
         <guava.version>24.1.1</guava.version>
-        <jline.version>2.14.5</jline.version>
+        <jline.version>3.16.0</jline.version>

Review comment:
       ```suggestion
           <jline.version>2.14.6</jline.version>
   ```
   The jline of 3.x.x and the jline of 2.14.5 are incompatible in API. 
   The latest version of 2.x.x is 2.14.6.




-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org