This is an automated email from the ASF dual-hosted git repository.
pvillard 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 d78f6be40b NIFI-11821 Upgraded AWS SDK to 2.20.103 and 1.12.506
d78f6be40b is described below
commit d78f6be40b1b33f55a04ef45dea709e0c8639a6c
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Jul 17 08:18:45 2023 -0500
NIFI-11821 Upgraded AWS SDK to 2.20.103 and 1.12.506
Signed-off-by: Pierre Villard <[email protected]>
This closes #7487.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9bbd880c54..3182043272 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.495</com.amazonaws.version>
-
<software.amazon.awssdk.version>2.20.92</software.amazon.awssdk.version>
+ <com.amazonaws.version>1.12.506</com.amazonaws.version>
+
<software.amazon.awssdk.version>2.20.103</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>