You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/27 03:07:40 UTC

[GitHub] [flink] HuangXingBo commented on a change in pull request #14746: [FLINK-21020][build] Bump Jackson to 2.10.5.1

HuangXingBo commented on a change in pull request #14746:
URL: https://github.com/apache/flink/pull/14746#discussion_r564993564



##########
File path: flink-connectors/flink-connector-elasticsearch5/src/main/resources/META-INF/NOTICE
##########
@@ -7,10 +7,12 @@ The Apache Software Foundation (http://www.apache.org/).
 This project bundles the following dependencies under the Apache Software License 2.0. (http://www.apache.org/licenses/LICENSE-2.0.txt)
 
 - com.carrotsearch:hppc:0.7.1
-- com.fasterxml.jackson.core:jackson-core:2.10.1
-- com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.10.1
-- com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.10.1
-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.10.1
+- com.fasterxml.jackson.core:jackson-core:2.10.5
+- com.fasterxml.jackson.core:jackson-databind:2.10.5.1
+- com.fasterxml.jackson.core:jackson-annotations:2.10.5

Review comment:
       Yes, I was surprised at the beginning. Later I found that starting from `2.10.4`, the scope of `jackson-dataformat-yaml`'s dependence on `jackson-databind` has changed from `provided` to `compile`.
   In fact, from `2.11.0`, the scope of `jackson-dataformat-cbor` and `jackson-dataformat-smile`s dependence on `jackson-databind` has also changed from `provided` to `compile`.




----------------------------------------------------------------
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:
users@infra.apache.org