This is an automated email from the ASF dual-hosted git repository.
mthomsen pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new ac5b4e9ca6 NIFI-11755 Upgraded AWS SDK to 1.12.495 and 2.20.92
ac5b4e9ca6 is described below
commit ac5b4e9ca665bd5b85c6a1d8c10b60c52dac2770
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jun 26 14:17:37 2023 -0500
NIFI-11755 Upgraded AWS SDK to 1.12.495 and 2.20.92
This closes #7437
Signed-off-by: Mike Thomsen <[email protected]>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 39cbe0ed90..a0c9a47379 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.478</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.20.75</software.amazon.awssdk.version>
+ <com.amazonaws.version>1.12.495</com.amazonaws.version>
+
<software.amazon.awssdk.version>2.20.92</software.amazon.awssdk.version>
<gson.version>2.10.1</gson.version>
<kotlin.version>1.8.20</kotlin.version>
<okhttp.version>4.11.0</okhttp.version>