This is an automated email from the ASF dual-hosted git repository.
mattyb149 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 3ac1876ecb NIFI-11731 Update json-schema-validator to 1.0.84
3ac1876ecb is described below
commit 3ac1876ecb8ae1810e663a345bbd81c92f7a4389
Author: mr1716 <[email protected]>
AuthorDate: Tue Jun 20 09:11:50 2023 -0400
NIFI-11731 Update json-schema-validator to 1.0.84
Signed-off-by: Matt Burgess <[email protected]>
This closes #7413
---
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 90ecee687b..0e1db7e777 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -299,7 +299,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.0.82</version>
+ <version>1.0.84</version>
</dependency>
</dependencies>
</dependencyManagement>