pan3793 commented on code in PR #36627:
URL: https://github.com/apache/spark/pull/36627#discussion_r878825006
##########
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:
I add this property because of SPARK-38665, and it can be removed because
all jackson jars share same version again.
--
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]