This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.3 by this push:
new 49342cffdb0 HADOOP-18159. Bump cos_api-bundle to 5.6.69 to update
public-suffix-list.txt (#4444)
49342cffdb0 is described below
commit 49342cffdb0fbfcef2b26012faca8ef4e7fd7ac1
Author: André Fonseca <[email protected]>
AuthorDate: Wed Jun 15 21:03:26 2022 +0200
HADOOP-18159. Bump cos_api-bundle to 5.6.69 to update
public-suffix-list.txt (#4444)
Bump cos_api-bundle to 5.6.69
All copies of httpclient, including shaded ones in libraries used
by the s3a, gs and cos cloud connectors, turn out to load their
TLD list from the same resource mozilla/public-suffix-list.txt
Updating the hadoop-cos dependency ensures that its version
of public-suffix-list.txt is up to date -and so the s3a connector
able to talk to s3 resources if the cos-api-bundle JAR is where
the resource is loaded from.
Contributed by André Fonseca
---
hadoop-cloud-storage-project/hadoop-cos/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-cloud-storage-project/hadoop-cos/pom.xml
b/hadoop-cloud-storage-project/hadoop-cos/pom.xml
index e3dcdd63f40..74f209b53b3 100644
--- a/hadoop-cloud-storage-project/hadoop-cos/pom.xml
+++ b/hadoop-cloud-storage-project/hadoop-cos/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>com.qcloud</groupId>
<artifactId>cos_api-bundle</artifactId>
- <version>5.6.19</version>
+ <version>5.6.69</version>
<scope>compile</scope>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]