nastra commented on code in PR #14748:
URL: https://github.com/apache/iceberg/pull/14748#discussion_r2588317398
##########
spark/v3.4/build.gradle:
##########
@@ -30,9 +30,9 @@ configure(sparkProjects) {
configurations {
all {
resolutionStrategy {
- force
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:${libs.versions.jackson214.get()}"
- force
"com.fasterxml.jackson.core:jackson-databind:${libs.versions.jackson214.get()}"
- force
"com.fasterxml.jackson.core:jackson-core:${libs.versions.jackson214.get()}"
+ force
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:${libs.versions.jackson215.get()}"
Review Comment:
Spark 3.4 depends on jackson 2.14 as can be seen in
https://github.com/apache/spark/blob/branch-3.4/pom.xml#L187-L188. Switching to
jackson 2.15 can have side-effects and cause issues. What about addressing the
CVE in Spark 3.4 first?
--
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]