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 2019/05/28 17:12:25 UTC

[GitHub] [spark] igreenfield commented on a change in pull request #24729: [SPARK-27862][Build] Move to json4s 3.6.5

igreenfield commented on a change in pull request #24729: [SPARK-27862][Build] Move to json4s 3.6.5
URL: https://github.com/apache/spark/pull/24729#discussion_r288211366
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -714,14 +714,19 @@
       <dependency>
         <groupId>org.json4s</groupId>
         <artifactId>json4s-jackson_${scala.binary.version}</artifactId>
-        <version>3.5.3</version>
+        <version>3.6.5</version>
 
 Review comment:
   1. It uses the same Scala version as spark.
   2. It fixes issues with default value used in case class constructor.  
   3. and some other improvements.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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