This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 079e0a4773 NIFI-11835 Upgraded json-schema-validator from 1.0.84 to
1.0.86
079e0a4773 is described below
commit 079e0a4773e75fd03d84a27bbed6a23e8ce1416e
Author: mr1716 <[email protected]>
AuthorDate: Thu Jul 20 08:39:52 2023 -0400
NIFI-11835 Upgraded json-schema-validator from 1.0.84 to 1.0.86
This closes #7505
Signed-off-by: David Handermann <[email protected]>
(cherry picked from commit 0a774f231afc33a177f49246c2568f96c49fc680)
---
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 e54058d048..40a06d26bf 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -300,7 +300,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.0.84</version>
+ <version>1.0.86</version>
</dependency>
</dependencies>
</dependencyManagement>