This is an automated email from the ASF dual-hosted git repository.
exceptionfactory 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 a22f0b6bb4 NIFI-10399 Upgraded Jolt from 0.1.1 to 0.1.7
a22f0b6bb4 is described below
commit a22f0b6bb409e19b33efaece026a9511af3ab773
Author: UcanInfosec <[email protected]>
AuthorDate: Fri Aug 26 16:37:45 2022 -0400
NIFI-10399 Upgraded Jolt from 0.1.1 to 0.1.7
This closes #6339
Signed-off-by: David Handermann <[email protected]>
---
nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml | 2 +-
nifi-nar-bundles/nifi-standard-bundle/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml
b/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml
index b4609a87c1..2109406886 100644
--- a/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-jolt-record-bundle/pom.xml
@@ -31,7 +31,7 @@
</modules>
<properties>
- <jolt.version>0.1.1</jolt.version>
+ <jolt.version>0.1.7</jolt.version>
</properties>
<dependencyManagement>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index c4f7bfd810..694fa2acc5 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -33,7 +33,7 @@
</modules>
<properties>
<yammer.metrics.version>2.2.0</yammer.metrics.version>
- <jolt.version>0.1.1</jolt.version>
+ <jolt.version>0.1.7</jolt.version>
</properties>
<dependencyManagement>
<dependencies>