dongjoon-hyun commented on code in PR #36627:
URL: https://github.com/apache/spark/pull/36627#discussion_r878926439


##########
pom.xml:
##########
@@ -170,8 +170,8 @@
     <!-- 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.2</fasterxml.jackson.version>
-    
<fasterxml.jackson.databind.version>2.13.2.1</fasterxml.jackson.databind.version>
+    <fasterxml.jackson.version>2.13.3</fasterxml.jackson.version>
+    
<fasterxml.jackson.databind.version>2.13.3</fasterxml.jackson.databind.version>

Review Comment:
   If you look at the history, SPARK-38665 is not the only one did that. 
`databind` is frequently separated and merged back repeatedly. :) That's the 
reason why I decided not to remote that property back in this PR. 
   
   ```
   [SPARK-38665][BUILD] Upgrade jackson due to CVE-2020-36518
   [SPARK-33695][BUILD] Upgrade to jackson to 2.10.5 and jackson-databind to 
2.10.5.1
   [SPARK-28728][BUILD] Bump Jackson Databind to 2.9.9.3
   ```



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