You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by th...@apache.org on 2019/10/24 18:16:10 UTC

[flink] branch release-1.8 updated: Upgrade KPL version to 0.13.1

This is an automated email from the ASF dual-hosted git repository.

thw pushed a commit to branch release-1.8
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.8 by this push:
     new 148dedd  Upgrade KPL version to 0.13.1
148dedd is described below

commit 148dedd44f1f4fc537d8522d5f4cd04406031a9a
Author: Abhilasha Seth <ab...@amazon.com>
AuthorDate: Wed Oct 9 16:22:10 2019 -0700

    Upgrade KPL version to 0.13.1
    
    This commit mitigates the issue - https://github.com/awslabs/amazon-kinesis-producer/issues/224
    
    This closes #14175
---
 flink-connectors/flink-connector-kinesis/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-kinesis/pom.xml b/flink-connectors/flink-connector-kinesis/pom.xml
index b131e0d..f79d225 100644
--- a/flink-connectors/flink-connector-kinesis/pom.xml
+++ b/flink-connectors/flink-connector-kinesis/pom.xml
@@ -35,7 +35,7 @@ under the License.
 	<properties>
 		<aws.sdk.version>1.11.319</aws.sdk.version>
 		<aws.kinesis-kcl.version>1.9.0</aws.kinesis-kcl.version>
-		<aws.kinesis-kpl.version>0.12.9</aws.kinesis-kpl.version>
+		<aws.kinesis-kpl.version>0.13.1</aws.kinesis-kpl.version>
 		<aws.dynamodbstreams-kinesis-adapter.version>1.4.0</aws.dynamodbstreams-kinesis-adapter.version>
 	</properties>