[
https://issues.apache.org/jira/browse/FLINK-15864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17028947#comment-17028947
]
Yang Wang commented on FLINK-15864:
-----------------------------------
[~trohrmann] The package {{io.fabric8:kubernetes-client}} used to have two
different version dependencies of {{com.fasterxml.jackson}}. So i exclude it
from {{kubernetes-client}} and add a explicit version dependency of 2.9.8. I
have tried to remove the explicit version tag and bump the version to 2.10.1
and it seems to work fine.
> Upgrade jackson-databind dependency to 2.10.1 for security reasons
> ------------------------------------------------------------------
>
> Key: FLINK-15864
> URL: https://issues.apache.org/jira/browse/FLINK-15864
> Project: Flink
> Issue Type: Sub-task
> Components: Deployment / Kubernetes
> Reporter: Till Rohrmann
> Priority: Critical
> Fix For: 1.11.0, 1.10.1
>
>
> The module {{flink-kubernetes}} defines an explicit dependency on
> {{jackson-databind:2.9.8}}. This is problematic since this jackson version
> contains security vulnerabilities. See FLINK-14104 for more information.
> If possible, I would suggest to remove the explicit version tag and to rely
> on the parent's dependency management.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)