You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2022/05/11 14:07:40 UTC

[GitHub] [parquet-mr] braiscouce commented on a diff in pull request #955: PARQUET-2127: update jackson-databind to 2.13.2.2

braiscouce commented on code in PR #955:
URL: https://github.com/apache/parquet-mr/pull/955#discussion_r870348560


##########
pom.xml:
##########
@@ -73,7 +73,7 @@
     <jackson.groupId>com.fasterxml.jackson.core</jackson.groupId>
     <jackson.package>com.fasterxml.jackson</jackson.package>
     <jackson.version>2.13.2</jackson.version>
-    <jackson-databind.version>${jackson.version}</jackson-databind.version>
+    <jackson-databind.version>2.13.2.2</jackson-databind.version>

Review Comment:
   jackson-databind has a different versioning. They released two micro-patches to resolve a CVE. [Here](https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.13)there is more information about the release.



-- 
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: dev-unsubscribe@parquet.apache.org

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