MaxNevermind commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1262090957


##########
spark/v3.4/build.gradle:
##########
@@ -31,9 +30,9 @@ configure(sparkProjects) {
   configurations {
     all {
       resolutionStrategy {
-        force 
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:2.13.4"
-        force 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
-        force 'com.fasterxml.jackson.core:jackson-core:2.13.4'
+        force 
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:${libs.versions.jackson213.get()}"
+        force "com.fasterxml.jackson.core:jackson-databind:2.13.4.2"

Review Comment:
   unfortunately there is no bom of a version 2.13.4.2
   we can create a separate version for this particular case 
   maybe we should openly specify forced dependencies and try to use 
versionCatalog for them as they are not supposed to change as I understand?



-- 
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]

Reply via email to