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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]