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

pvillard 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 5303dd13aa NIFI-10389 Upgrade AWS Kinesis to 1.14.8
5303dd13aa is described below

commit 5303dd13aab0e4ab6bc009509fd6db7607fadf75
Author: mr1716 <[email protected]>
AuthorDate: Tue Aug 23 16:46:12 2022 -0400

    NIFI-10389 Upgrade AWS Kinesis to 1.14.8
    
    Signed-off-by: Pierre Villard <[email protected]>
    
    This closes #6328.
---
 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 6fdc2d722d..529b9f23ce 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
@@ -29,7 +29,7 @@
         <!-- keep AWS 1.x until NIFI-8287 -->
         <aws-java-sdk-version>1.12.267</aws-java-sdk-version>
         <!-- keep KCL 1.x until NIFI-8531 (blocked by NIFI-8287) -->
-        
<aws-kinesis-client-library-version>1.14.7</aws-kinesis-client-library-version>
+        
<aws-kinesis-client-library-version>1.14.8</aws-kinesis-client-library-version>
     </properties>
 
     <dependencyManagement>

Reply via email to