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 4518740da5 NIFI-11071 Update json-flattener to 0.16.4
4518740da5 is described below
commit 4518740da5c84fbecd72f842b8b3e36ceebd6a5e
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 18 13:34:43 2023 -0500
NIFI-11071 Update json-flattener to 0.16.4
Signed-off-by: Pierre Villard <[email protected]>
This closes #6860.
---
nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index feae68d7ed..905f10d444 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -236,7 +236,7 @@
<dependency>
<groupId>com.github.wnameless.json</groupId>
<artifactId>json-flattener</artifactId>
- <version>0.14.0</version>
+ <version>0.16.4</version>
</dependency>
<dependency>
<groupId>org.apache.bval</groupId>