You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ch...@apache.org on 2022/03/24 13:25:02 UTC

[nifi] branch main updated: NIFI-9827: Upgrading AWS Java SDK to 1.12.182 to pick up new AWS Regions

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 a75381a  NIFI-9827: Upgrading AWS Java SDK to 1.12.182 to pick up new AWS Regions
a75381a is described below

commit a75381abbe50c964b5ad0d531ce39044b4cdfb30
Author: Joe Gresock <jg...@gmail.com>
AuthorDate: Wed Mar 23 13:26:10 2022 -0400

    NIFI-9827: Upgrading AWS Java SDK to 1.12.182 to pick up new AWS Regions
    
    This closes #5892
    
    Signed-off-by: Chris Sampson <ch...@gmail.com>
---
 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 42269c4..6536ad4 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 AWS 1.x until NIFI-8287 -->
-        <aws-java-sdk-version>1.12.133</aws-java-sdk-version>
+        <aws-java-sdk-version>1.12.182</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>
     </properties>