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 2022/03/25 11:55:27 UTC

[camel] 01/02: Upgrade Json Schema Validator to version 1.0.67

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

commit 8f72498f3b4b6c7137e7e9959e66b7037feaff9a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 25 12:40:37 2022 +0100

    Upgrade Json Schema Validator to version 1.0.67
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c0946e6..86f58e1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -422,7 +422,7 @@
         <neoscada-version>0.4.0</neoscada-version>
         <netty-version>4.1.75.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.0.64</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.67</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.3</nitrite-version>
         <okclient-version>3.14.9</okclient-version>