Skip to content

Commit

Permalink
HADOOP-18159. Bump cos_api-bundle to 5.6.69 to update public-suffix-l…
Browse files Browse the repository at this point in the history
…ist.txt (apache#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
  • Loading branch information
andreAmorimF authored Jun 15, 2022
1 parent f8c7e67 commit 1b25851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-cloud-storage-project/hadoop-cos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 1b25851

Please sign in to comment.