Aggarwal-Raghav commented on code in PR #5736:
URL: https://github.com/apache/hive/pull/5736#discussion_r2025071034


##########
standalone-metastore/pom.xml:
##########
@@ -173,6 +174,11 @@
         <artifactId>metrics-json</artifactId>
         <version>${dropwizard.version}</version>
       </dependency>
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-all</artifactId>

Review Comment:
   I think the goal is for the transitive dependencies to have higher version 
of netty? 
   
   Also, I see older version of netty _(can be seen in your attached dependency 
tree)_ in 
`packaging/target/apache-hive-4.1.0-SNAPSHOT-bin/apache-hive-4.1.0-SNAPSHOT-bin/lib`
 coming from zookeeper 3.8.4 and has CVE's as well 
https://mvnrepository.com/artifact/io.netty/netty-handler/4.1.105.Final
   ```
   netty-handler-4.1.105.Final.jar
   netty-transport-native-epoll-4.1.105.Final.jar
   ```



-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to