This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch support/nifi-1.x in repository https://gitbox.apache.org/repos/asf/nifi.git
commit c30b51154319c6c3eeec99095dfb0876b090dc41 Author: Pierre Villard <[email protected]> AuthorDate: Wed May 31 18:36:05 2023 +0200 NIFI-11618 Upgraded AWS SDK from 2.20.41 to 2.20.75 - Upgraded AWS SDK 1.12.444 to 1.12.478 This closes #7318 Signed-off-by: David Handermann <[email protected]> (cherry picked from commit 6649fdcd1fbb7ffbd8c79f6f5a51fd22e0f1e337) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index acddf2c047..e50cf611b9 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.444</com.amazonaws.version> - <software.amazon.awssdk.version>2.20.41</software.amazon.awssdk.version> + <com.amazonaws.version>1.12.478</com.amazonaws.version> + <software.amazon.awssdk.version>2.20.75</software.amazon.awssdk.version> <gson.version>2.10.1</gson.version> <kotlin.version>1.8.20</kotlin.version> <okhttp.version>4.10.0</okhttp.version>
