YanivKunda commented on code in PR #7707:
URL: https://github.com/apache/hadoop/pull/7707#discussion_r2189479260
##########
hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml:
##########
@@ -29,7 +29,7 @@
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
- <esdk.version>3.20.4.2</esdk.version>
+ <esdk.version>3.25.4</esdk.version>
Review Comment:
@slfan1989 this is an internal dependency "issue" with the `esdk-obj-java`
library -
It uses OkHttp 4.12.0 which declares OkIo 3.6.0,
But it also uses OkIo 3.8.0 directly, overriding OkHttp's version of choice.
If this discrepancy is contained within a single (and external) part of the
dependency tree, can this warning be suppressed?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]