zentol commented on a change in pull request #11000: [FLINK-15864][k8s] Upgrade
jackson-databind dependency to 2.10.1
URL: https://github.com/apache/flink/pull/11000#discussion_r374171406
##########
File path: flink-kubernetes/pom.xml
##########
@@ -35,6 +35,17 @@ under the License.
<kubernetes.client.version>4.5.2</kubernetes.client.version>
</properties>
+ <!-- Set dependency version for transitive dependencies -->
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>com.squareup.okhttp3</groupId>
+ <artifactId>okhttp</artifactId>
Review comment:
Seems unrelated (good idea though).
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services