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

chriss pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new bb886af69d NIFI-11010 - Update Kinesis client to 1.14.9
bb886af69d is described below

commit bb886af69d95d1c2a98a9e1907ac9acbed474719
Author: Pierre Villard <pierre.villard...@gmail.com>
AuthorDate: Sat Dec 24 19:41:42 2022 +0100

    NIFI-11010 - Update Kinesis client to 1.14.9
    
    Signed-off-by: Chris Sampson <chris.sampso...@gmail.com>
    
    This closes #6809
---
 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 042fd5e9ae..d86a91444a 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.8</aws-kinesis-client-library-version>
+        
<aws-kinesis-client-library-version>1.14.9</aws-kinesis-client-library-version>
     </properties>
 
     <modules>

Reply via email to