This is an automated email from the ASF dual-hosted git repository. mthomsen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit c878310e36324f78ac5feb123bab3f430917645d 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 019b3f449e..93fe4a52c9 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>
