This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi.git
commit 94a38fe5e6bae71d553c607f19b6369712d1b29b Author: Pierre Villard <[email protected]> AuthorDate: Fri Apr 7 15:52:54 2023 +0300 NIFI-11396 Upgraded AWS from 1.12.371 to 1.12.444 - Upgraded AWS Version 2 from 2.17.295 to 2.20.41 This closes #7128 Signed-off-by: David Handermann <[email protected]> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7064241564..24105c30db 100644 --- a/pom.xml +++ b/pom.xml @@ -103,8 +103,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.371</com.amazonaws.version> - <software.amazon.awssdk.version>2.17.295</software.amazon.awssdk.version> + <com.amazonaws.version>1.12.444</com.amazonaws.version> + <software.amazon.awssdk.version>2.20.41</software.amazon.awssdk.version> <gson.version>2.10.1</gson.version> <io.fabric8.kubernetes.client.version>6.3.1</io.fabric8.kubernetes.client.version> <kotlin.version>1.8.10</kotlin.version>
