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 56eb3a46c4 NIFI-12562 Upgraded json-schema-validator from 1.0.87 to 
1.1.0
56eb3a46c4 is described below

commit 56eb3a46c4d51d85a7f03012a4a3d874892aebd3
Author: mr1716 <[email protected]>
AuthorDate: Wed Jan 3 09:32:40 2024 -0500

    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-registry-bundle/nifi-registry-service/pom.xml | 2 +-
 nifi-nar-bundles/nifi-standard-bundle/pom.xml                       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml 
b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
index be9603ff9b..0947a7ad2f 100644
--- a/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
+++ b/nifi-nar-bundles/nifi-registry-bundle/nifi-registry-service/pom.xml
@@ -60,7 +60,7 @@ language governing permissions and limitations under the 
License. -->
         <dependency>
             <groupId>com.networknt</groupId>
             <artifactId>json-schema-validator</artifactId>
-            <version>1.0.87</version>
+            <version>1.1.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.nifi</groupId>
diff --git a/nifi-nar-bundles/nifi-standard-bundle/pom.xml 
b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
index 27f1eb8f41..fc8e2e979d 100644
--- a/nifi-nar-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-standard-bundle/pom.xml
@@ -265,7 +265,7 @@
             <dependency>
                 <groupId>com.networknt</groupId>
                 <artifactId>json-schema-validator</artifactId>
-                <version>1.0.87</version>
+                <version>1.1.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>

Reply via email to