You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/09/05 07:06:18 UTC

[GitHub] [spark] LuciferYang commented on a diff in pull request #37796: [SPARK-40326][BUILD] Upgrade `fasterxml.jackson.version` to 2.13.4

LuciferYang commented on code in PR #37796:
URL: https://github.com/apache/spark/pull/37796#discussion_r962552474


##########
pom.xml:
##########
@@ -170,7 +170,7 @@
     <!-- for now, not running scalafmt as part of default verify pipeline -->
     <scalafmt.skip>true</scalafmt.skip>
     <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
-    <fasterxml.jackson.version>2.13.3</fasterxml.jackson.version>
+    <fasterxml.jackson.version>2.13.4</fasterxml.jackson.version>
     <fasterxml.jackson.databind.version>2.13.3</fasterxml.jackson.databind.version>

Review Comment:
   I forgot the reason for adding `fasterxml.jackson.databind.version`, but do we still need two version properties related to `jackson`?
   
   



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org