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 308117590b NIFI-12562 Upgraded json-schema-validator from 1.0.87 to
1.1.0
308117590b is described below
commit 308117590beddf605a272b3a84fe8fca76e4f0c9
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 3 08:32:40 2024 -0600
NIFI-12562 Upgraded json-schema-validator from 1.0.87 to 1.1.0
This closes #8202
Signed-off-by: David Handermann <[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 a782175354..5555731b5f 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -292,7 +292,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
- <version>1.0.87</version>
+ <version>1.1.0</version>
</dependency>
<!-- Override Commons Compiler 3.1.9 from calcite-core -->
<dependency>