nishithakbhaskaran commented on code in PR #11964:
URL: https://github.com/apache/hudi/pull/11964#discussion_r1770751639


##########
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:
   @yihua placeholder _http.version_  is used for other modules and used in 
other dependencies version as well. Changing it globally will create issues.We 
are making the changes in packaging/hudi-presto-bundle only.



-- 
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]

Reply via email to