You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/14 00:08:51 UTC

[GitHub] [arrow] davisusanibar commented on a diff in pull request #12880: ARROW-16143: [Java] Upgrade jackson dependencies CVE-2020-36518

davisusanibar commented on code in PR #12880:
URL: https://github.com/apache/arrow/pull/12880#discussion_r849986566


##########
java/pom.xml:
##########
@@ -35,6 +35,7 @@
     <dep.guava.version>30.1.1-jre</dep.guava.version>
     <dep.netty.version>4.1.72.Final</dep.netty.version>
     <dep.jackson.version>2.11.4</dep.jackson.version>
+    <dep.jackson-bom.version>2.13.2.20220328</dep.jackson-bom.version>

Review Comment:
   I just updated `<dep.jackson.version>2.13.2</dep.jackson.version>` but consider if we maintain that with only this parameter version all libraries are going be updated to 2.13.2, but, for jackson-databind we need 2.13.2.2 and this is handled by [jackson BOM](https://github.com/FasterXML/jackson-bom/blob/jackson-bom-2.13.2.20220328/pom.xml#L62) `<dep.jackson-bom.version>2.13.2.20220328</dep.jackson-bom.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.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

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