This is an automated email from the ASF dual-hosted git repository.
mattyb149 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 fa8cc4d914 NIFI-11731 Update json-schema-validator to 1.0.84
fa8cc4d914 is described below
commit fa8cc4d91472ba066d9252c4cf6434765a9def68
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]>
---
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 9479c91bfe..359a5bfe86 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -310,7 +310,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.0.82</version>
+ <version>1.0.84</version>
</dependency>
</dependencies>
</dependencyManagement>