dchristle opened a new pull request #35196: URL: https://github.com/apache/spark/pull/35196
### What changes were proposed in this pull request? Upgrade Netty dependency from 4.1.72 to 4.1.73. ### Why are the changes needed? Netty has a new release that upgrades log4j to 2.17.1. Although I didn't find obvious dependence on log4j via netty in my search of Spark's codebase, it would be good to pick up this specific version anyway. The Netty version Spark currently depends on is 4.1.72, which depends on log4j 2.15. Several CVE's have been fixed in log4j between 2.15 and 2.17.1. Besides this dependency update, several minor bugfixes have been made in this release. Associated JIRA is here: https://issues.apache.org/jira/browse/SPARK-37901 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Passes local tests and CI. -- 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]
