This is an automated email from the ASF dual-hosted git repository.

exceptionfactory 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 0a774f231a NIFI-11835 Upgraded json-schema-validator from 1.0.84 to 
1.0.86
0a774f231a is described below

commit 0a774f231afc33a177f49246c2568f96c49fc680
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]>
---
 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 54bb554e57..e04b8efac9 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -294,7 +294,7 @@
             <dependency>
                 <groupId>com.networknt</groupId>
                 <artifactId>json-schema-validator</artifactId>
-                <version>1.0.84</version>
+                <version>1.0.86</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to