This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit b6df16f2b7e09f3e04c8b3627fcb7542f93ea7ad Author: mr1716 <[email protected]> AuthorDate: Thu Aug 10 08:48:13 2023 -0400 NIFI-11930 Update aws-kinesis-client-library-version to 1.15.0 This closes #7594 Signed-off-by: Mike Thomsen <[email protected]> --- nifi-nar-bundles/nifi-aws-bundle/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/pom.xml index a63e733646..fce6d70c1d 100644 --- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml +++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml @@ -27,7 +27,7 @@ <properties> <!-- keep KCL 1.x until NIFI-8531 (blocked by NIFI-8287) --> - <aws-kinesis-client-library-version>1.14.10</aws-kinesis-client-library-version> + <aws-kinesis-client-library-version>1.15.0</aws-kinesis-client-library-version> </properties> <modules>
