This is an automated email from the ASF dual-hosted git repository.
mthomsen 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 b681d5e98d NIFI-11755 Upgraded AWS SDK to 1.12.495 and 2.20.92
b681d5e98d is described below
commit b681d5e98d0bd916295e3e69993893099ef9714f
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 ad66d5f2bc..32e9335e0a 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.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>
<io.fabric8.kubernetes.client.version>6.5.1</io.fabric8.kubernetes.client.version>
<kotlin.version>1.8.20</kotlin.version>