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 b4f6aace53 NIFI-11070 Update json-schema-validator to 1.0.76
b4f6aace53 is described below
commit b4f6aace535d6aca34f25db641b2abc75bc50abe
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 18 09:06:28 2023 -0500
NIFI-11070 Update json-schema-validator to 1.0.76
Signed-off-by: Pierre Villard <[email protected]>
This closes #6857.
---
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 3a6614ebcc..feae68d7ed 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -309,7 +309,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.0.73</version>
+ <version>1.0.76</version>
</dependency>
</dependencies>
</dependencyManagement>