You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/07/24 01:09:20 UTC

[nifi] 04/05: NIFI-10270 This closes #6240. Upgraded AWS SDK from 1.12.182 to 1.12.267

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

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

commit 7d920b9bc6331255a76f3a99e45cc5b64bf6ee51
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Sat Jul 23 12:14:16 2022 -0500

    NIFI-10270 This closes #6240. Upgraded AWS SDK from 1.12.182 to 1.12.267
    
    - Upgraded MiNiFi AWS SDK references from 1.11.172 to 1.12.267
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 minifi/pom.xml                           | 2 +-
 nifi-nar-bundles/nifi-aws-bundle/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/minifi/pom.xml b/minifi/pom.xml
index 35c660dc50..e9fe884796 100644
--- a/minifi/pom.xml
+++ b/minifi/pom.xml
@@ -41,7 +41,7 @@ limitations under the License.
     </modules>
     <properties>
         <system.rules.version>1.19.0</system.rules.version>
-        <aws.sdk.version>1.11.172</aws.sdk.version>
+        <aws.sdk.version>1.12.267</aws.sdk.version>
         <yammer.metrics.version>2.2.0</yammer.metrics.version>
     </properties>
 
diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
index 306f44bdc4..71ba70f22f 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.182</aws-java-sdk-version>
+        <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>
     </properties>