yihua commented on code in PR #11964:
URL: https://github.com/apache/hudi/pull/11964#discussion_r1767209175
##########
packaging/hudi-presto-bundle/pom.xml:
##########
@@ -240,6 +241,13 @@
<scope>${presto.bundle.bootstrap.scope}</scope>
</dependency>
+ <!--httpclient needs to be updated to 4.5.13 due to vulnerability in lower
versions -->
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <version>4.5.13</version>
Review Comment:
Similarly, see if `http.version` can be upgraded directly, instead of
hardcoding the version here.
##########
packaging/hudi-presto-bundle/pom.xml:
##########
@@ -210,6 +210,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
+ <version>1.11.3</version>
Review Comment:
If you intend to upgrade the dependency version, the upgrade should be done
in `hudi-common` or root POM based on a new profile.
--
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]