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/12/29 13:10:56 UTC

[nifi] branch main updated: NIFI-11011 - Update AWS SDK versions to 1.12.371 and 2.17.295

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 7a4e3a4b6c NIFI-11011 - Update AWS SDK versions to 1.12.371 and 2.17.295
7a4e3a4b6c is described below

commit 7a4e3a4b6c904d6db589b5bb72e5f7622f7a50f5
Author: Pierre Villard <pi...@gmail.com>
AuthorDate: Sat Dec 24 19:51:07 2022 +0100

    NIFI-11011 - Update AWS SDK versions to 1.12.371 and 2.17.295
    
    This closes #6810
    
    Signed-off-by: Chris Sampson <ch...@gmail.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 36e8b8498f..88c6d305f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,8 +104,8 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <inceptionYear>2014</inceptionYear>
-        <com.amazonaws.version>1.12.299</com.amazonaws.version>
-        <software.amazon.awssdk.version>2.17.270</software.amazon.awssdk.version>
+        <com.amazonaws.version>1.12.371</com.amazonaws.version>
+        <software.amazon.awssdk.version>2.17.295</software.amazon.awssdk.version>
         <gson.version>2.10</gson.version>
         <kotlin.version>1.7.20</kotlin.version>
         <okhttp.version>4.10.0</okhttp.version>