diff --git a/flink-filesystems/flink-s3-fs-base/pom.xml b/flink-filesystems/flink-s3-fs-base/pom.xml index bc2048795f410..9b21c0aea7843 100644 --- a/flink-filesystems/flink-s3-fs-base/pom.xml +++ b/flink-filesystems/flink-s3-fs-base/pom.xml @@ -33,7 +33,7 @@ under the License. jar - 1.11.271 + 1.11.754 @@ -204,6 +204,11 @@ under the License. aws-java-sdk-dynamodb ${fs.s3.aws.version} + + com.amazonaws + aws-java-sdk-sts + ${fs.s3.aws.version} + diff --git a/flink-filesystems/flink-s3-fs-hadoop/pom.xml b/flink-filesystems/flink-s3-fs-hadoop/pom.xml index db569a4e5390e..a3a07ffcdd269 100644 --- a/flink-filesystems/flink-s3-fs-hadoop/pom.xml +++ b/flink-filesystems/flink-s3-fs-hadoop/pom.xml @@ -87,6 +87,17 @@ under the License. + + + + + org.apache.httpcomponents + httpclient + 4.5.9 + + + + diff --git a/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE b/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE index 26a1bc54b7735..369812608210d 100644 --- a/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE +++ b/flink-filesystems/flink-s3-fs-hadoop/src/main/resources/META-INF/NOTICE @@ -3,11 +3,11 @@ Copyright 2014-2020 The Apache Software Foundation This project bundles the following dependencies under the Apache Software License 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt) -- com.amazonaws:aws-java-sdk-core:1.11.271 -- com.amazonaws:aws-java-sdk-dynamodb:1.11.271 -- com.amazonaws:aws-java-sdk-kms:1.11.271 -- com.amazonaws:aws-java-sdk-s3:1.11.271 -- com.amazonaws:jmespath-java:1.11.271 +- com.amazonaws:aws-java-sdk-core:1.11.754 +- com.amazonaws:aws-java-sdk-dynamodb:1.11.754 +- com.amazonaws:aws-java-sdk-kms:1.11.754 +- com.amazonaws:aws-java-sdk-s3:1.11.754 +- com.amazonaws:jmespath-java:1.11.754 - com.fasterxml.jackson.core:jackson-annotations:2.10.1 - com.fasterxml.jackson.core:jackson-core:2.10.1 - com.fasterxml.jackson.core:jackson-databind:2.10.1 @@ -29,7 +29,7 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.hadoop:hadoop-common:3.1.0 - org.apache.htrace:htrace-core4:4.1.0-incubating - org.apache.httpcomponents:httpcore:4.4.6 -- org.apache.httpcomponents:httpclient:4.5.3 +- org.apache.httpcomponents:httpclient:4.5.9 - software.amazon.ion:ion-java:1.0.2 This project bundles the following dependencies under the CDDL 1.1 license. diff --git a/flink-filesystems/flink-s3-fs-presto/pom.xml b/flink-filesystems/flink-s3-fs-presto/pom.xml index 037d1cf516d64..b3a5eda1d490a 100644 --- a/flink-filesystems/flink-s3-fs-presto/pom.xml +++ b/flink-filesystems/flink-s3-fs-presto/pom.xml @@ -213,6 +213,18 @@ under the License. + + + + + org.apache.httpcomponents + httpclient + 4.5.9 + + + + + diff --git a/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE b/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE index cc80ddac065ca..75a0186575653 100644 --- a/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE +++ b/flink-filesystems/flink-s3-fs-presto/src/main/resources/META-INF/NOTICE @@ -12,11 +12,11 @@ This project bundles the following dependencies under the Apache Software Licens - commons-io:commons-io:2.4 - commons-lang:commons-lang:2.6 - commons-logging:commons-logging:1.1.3 -- com.amazonaws:aws-java-sdk-core:1.11.271 -- com.amazonaws:aws-java-sdk-dynamodb:1.11.271 -- com.amazonaws:aws-java-sdk-kms:1.11.271 -- com.amazonaws:aws-java-sdk-s3:1.11.271 -- com.amazonaws:jmespath-java:1.11.271 +- com.amazonaws:aws-java-sdk-core:1.11.754 +- com.amazonaws:aws-java-sdk-dynamodb:1.11.754 +- com.amazonaws:aws-java-sdk-kms:1.11.754 +- com.amazonaws:aws-java-sdk-s3:1.11.754 +- com.amazonaws:jmespath-java:1.11.754 - com.facebook.presto:presto-hive:0.187 - com.facebook.presto.hadoop:hadoop-apache2:2.7.3-1 - com.fasterxml.jackson.core:jackson-annotations:2.10.1 @@ -39,7 +39,7 @@ This project bundles the following dependencies under the Apache Software Licens - org.apache.hadoop:hadoop-common:3.1.0 - org.apache.htrace:htrace-core4:4.1.0-incubating - org.apache.httpcomponents:httpcore:4.4.6 -- org.apache.httpcomponents:httpclient:4.5.3 +- org.apache.httpcomponents:httpclient:4.5.9 - org.weakref:jmxutils:1.19 - software.amazon.ion:ion-java:1.0.2