Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/5171#discussion_r157396637 --- Diff: flink-connectors/flink-connector-kinesis/pom.xml --- @@ -33,7 +33,7 @@ under the License. <artifactId>flink-connector-kinesis_${scala.binary.version}</artifactId> <name>flink-connector-kinesis</name> <properties> - <aws.sdk.version>1.11.171</aws.sdk.version> + <aws.sdk.version>1.11.250</aws.sdk.version> --- End diff -- AFAIK, the exact `aws.sdk.version` was picked according to match the KCL / KPL dependency versions. i.e., both the AWS Java SDK dependency version used in the KCL / KPL matches the `aws.sdk.version`, otherwise there may be conflicts. Was `1.11.250` confirmed to also be compatible with the current KCL / KPL versions?
---