mbeckerle commented on a change in pull request #328: DAFFODIL-2288 bump
jackson version to 2.10.2
URL: https://github.com/apache/incubator-daffodil/pull/328#discussion_r386116383
##########
File path: project/Dependencies.scala
##########
@@ -34,7 +34,7 @@ object Dependencies {
lazy val infoset = Seq(
"org.jdom" % "jdom2" % "2.0.6",
"com.fasterxml.woodstox" % "woodstox-core" % "5.1.0",
- "com.fasterxml.jackson.core" % "jackson-core" % "2.9.8"
+ "com.fasterxml.jackson.core" % "jackson-core" % "2.10.2"
Review comment:
There is one more file to update which is bin.NOTICE in daffodil-cli.
One must also verify that the license for jackson-core hasn't changed in the
new version.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services