You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/10/21 13:11:06 UTC

[GitHub] [inlong] healchow commented on a diff in pull request #6254: [INLONG-6263][CVE] Upgrade com.google.guava to 30.0-jre

healchow commented on code in PR #6254:
URL: https://github.com/apache/inlong/pull/6254#discussion_r1001768865


##########
inlong-tubemq/tubemq-manager/pom.xml:
##########
@@ -30,7 +30,7 @@
     <name>Apache InLong - TubeMQ Manager</name>
 
     <properties>
-        <guava.version>21.0</guava.version>
+        <guava.version>30.0-jre</guava.version>

Review Comment:
   There is also a definition for `guava` in `inlong/pom.xml`:
   
   ```
           <guava.version>31.0.1-jre</guava.version>
   ```
   
   It is recommended that only this version be used globally.



-- 
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: commits-unsubscribe@inlong.apache.org

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