Skip to content

Commit

Permalink
[FLINK-19929] Upgrade Kinesis dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnVisser authored and AHeise committed Jul 29, 2021
1 parent 65f3197 commit 79a2e29
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions flink-connectors/flink-connector-kinesis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ under the License.
<properties>
<aws.sdk.version>1.12.7</aws.sdk.version>
<aws.sdkv2.version>2.16.86</aws.sdkv2.version>
<aws.kinesis-kcl.version>1.11.2</aws.kinesis-kcl.version>
<aws.kinesis-kpl.version>0.14.0</aws.kinesis-kpl.version>
<aws.kinesis-kcl.version>1.14.1</aws.kinesis-kcl.version>
<aws.kinesis-kpl.version>0.14.1</aws.kinesis-kpl.version>
<aws.dynamodbstreams-kinesis-adapter.version>1.5.3</aws.dynamodbstreams-kinesis-adapter.version>
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.14</httpcore.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ The Apache Software Foundation (http:https://www.apache.org/).

This project bundles the following dependencies under the Apache Software License 2.0. (http:https://www.apache.org/licenses/LICENSE-2.0.txt)

- com.amazonaws:amazon-kinesis-client:1.11.2
- com.amazonaws:amazon-kinesis-producer:0.14.0
- com.amazonaws:amazon-kinesis-client:1.14.1
- com.amazonaws:amazon-kinesis-producer:0.14.1
- com.amazonaws:aws-java-sdk-core:1.12.7
- com.amazonaws:aws-java-sdk-dynamodb:1.12.7
- com.amazonaws:aws-java-sdk-kinesis:1.12.7
Expand Down Expand Up @@ -54,7 +54,7 @@ This project bundles the following dependencies under the Apache Software Licens
This project bundles the following dependencies under the BSD license.
See bundled license files for details.

- com.google.protobuf:protobuf-java:2.6.1
- com.google.protobuf:protobuf-java:3.11.4

This project bundles the following dependencies under the Creative Commons Zero license (https://creativecommons.org/publicdomain/zero/1.0/).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ under the License.
<packaging>jar</packaging>

<properties>
<aws.sdk.version>1.11.754</aws.sdk.version>
<aws.sdkv2.version>2.15.32</aws.sdkv2.version>
<aws.sdk.version>1.12.7</aws.sdk.version>
<aws.sdkv2.version>2.16.86</aws.sdkv2.version>
<reactivestreams.version>1.0.2</reactivestreams.version>
<netty.version>4.1.53.Final</netty.version>
<netty.version>4.1.63.Final</netty.version>
<guava.version>29.0-jre</guava.version>
</properties>

Expand Down
3 changes: 2 additions & 1 deletion flink-end-to-end-tests/test-scripts/test_sql_client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ for SQL_JAR in $SQL_JARS_DIR/*.jar; do
! [[ $EXTRACTED_FILE = "$EXTRACTED_JAR/org/apache/avro"* ]] && \
# Following required by amazon-kinesis-producer in flink-connector-kinesis
! [[ $EXTRACTED_FILE = "$EXTRACTED_JAR/amazon-kinesis-producer-native-binaries"* ]] && \
! [[ $EXTRACTED_FILE = "$EXTRACTED_JAR/cacerts"* ]] ; then
! [[ $EXTRACTED_FILE = "$EXTRACTED_JAR/cacerts"* ]] && \
! [[ $EXTRACTED_FILE = "$EXTRACTED_JAR/google"* ]] ; then
echo "Bad file in JAR: $EXTRACTED_FILE"
exit 1
fi
Expand Down
4 changes: 2 additions & 2 deletions flink-formats/flink-avro-glue-schema-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ under the License.

<properties>
<glue.schema.registry.version>1.0.1</glue.schema.registry.version>
<aws.sdkv2.version>2.15.32</aws.sdkv2.version>
<aws.sdkv2.version>2.16.86</aws.sdkv2.version>
<reactivestreams.version>1.0.2</reactivestreams.version>
<netty.version>4.1.53.Final</netty.version>
<netty.version>4.1.63.Final</netty.version>
</properties>

<!-- ============================= -->
Expand Down

0 comments on commit 79a2e29

Please sign in to comment.