davisusanibar commented on code in PR #12880:
URL: https://github.com/apache/arrow/pull/12880#discussion_r850010424
##########
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:
At summary we need two variables:
- For jackson-databind: cve 2.13.2.2 (We have two option: modify all pom.xml
and set this version OR delegate this to jackson-bom)
- For jackson-core, jackson-annotation, jackson-dataformat-yaml,
jackson-datatype-jsr310: 2.13.2
--
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]