This is an automated email from the ASF dual-hosted git repository.
pvillard 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 df389e84d9 NIFI-11821 Upgraded AWS SDK to 2.20.103 and 1.12.506
df389e84d9 is described below
commit df389e84d97e1e02ca7e3287c912c2aae4de9f58
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 8a5c7e18a9..bb03d08710 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,8 +102,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>
<io.fabric8.kubernetes.client.version>6.5.1</io.fabric8.kubernetes.client.version>
<kotlin.version>1.8.20</kotlin.version>