merlimat commented on a change in pull request #2978: reverting jackson version
bump for sql
URL: https://github.com/apache/pulsar/pull/2978#discussion_r233182095
##########
File path: pulsar-sql/pom.xml
##########
@@ -32,7 +32,10 @@
<name>Pulsar SQL :: Parent</name>
<properties>
- <jackson.version>2.9.7</jackson.version>
+ <jackson.version>2.8.11</jackson.version>
+ <!--fix Security Vulnerabilities-->
+
<!--https://www.cvedetails.com/vulnerability-list/vendor_id-15866/product_id-42991/Fasterxml-Jackson-databind.html-->
+ <jackson.databind.version>2.8.11.1</jackson.databind.version>
Review comment:
@rdhabalia This is just for presto, the rest of our modules are still with
2.9.x
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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