You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/05 07:42:14 UTC

[camel] branch main updated: Upgrade Json Schema Validator to version 1.0.85

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 7a1824954a2 Upgrade Json Schema Validator to version 1.0.85
7a1824954a2 is described below

commit 7a1824954a2019359569d514f224641ae0ddc20f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 5 09:27:12 2023 +0200

    Upgrade Json Schema Validator to version 1.0.85
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c524e345a35..2c842760553 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -370,7 +370,7 @@
         <neoscada-version>0.4.0</neoscada-version>
         <netty-version>4.1.94.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.0.81</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.85</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>9.22</nimbus-jose-jwt>
         <nitrite-version>3.4.4</nitrite-version>
         <okclient-version>3.14.9</okclient-version>