sarvaesh opened a new issue, #1313: URL: https://github.com/apache/rocketmq-clients/issues/1313
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client Java ### Summary The latest verion of rocketmq-client-java 5.2.1 is currently using a older version of netty jar < 4.1.100.Final There are quiet a lot of vulnerabilities in each of the older version of netty jars. Is it possible in the next release of rocketmq-client-java that there will be a latest version of netty jar like 4.1.136.Final ### Motivation To have components updated with latest version, so vulnerabilities are reduced ### Describe the Solution You'd Like Upgrade of Netty jar and its related components ### Describe Alternatives You've Considered rocketmq-client-java-noshade was also considered. But the vulnerability is now seen in io.grpc:grpc-netty-shaded which is also using older version of netty jars ### Additional Context _No response_ -- 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]
