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 bfa4b178ee NIFI-11606 Update aws-kinesis-client-library-version to
1.14.10
bfa4b178ee is described below
commit bfa4b178ee2611f55619a4fdb8ea58345fd849d3
Author: mr1716 <[email protected]>
AuthorDate: Fri May 26 10:22:05 2023 -0400
NIFI-11606 Update aws-kinesis-client-library-version to 1.14.10
This closes #7307
Signed-off-by: Mike Thomsen <[email protected]>
---
nifi-nar-bundles/nifi-aws-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
index 34768cbca9..bb14cf5970 100644
--- a/nifi-nar-bundles/nifi-aws-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-aws-bundle/pom.xml
@@ -27,7 +27,7 @@
<properties>
<!-- keep KCL 1.x until NIFI-8531 (blocked by NIFI-8287) -->
-
<aws-kinesis-client-library-version>1.14.9</aws-kinesis-client-library-version>
+
<aws-kinesis-client-library-version>1.14.10</aws-kinesis-client-library-version>
</properties>
<modules>