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 2021/07/12 04:00:00 UTC

[camel] branch main updated: JSON Schema Validator version -> 1.0.57

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 40d8a58  JSON Schema Validator version -> 1.0.57
40d8a58 is described below

commit 40d8a5844ae583448e0d20442bbc838ba6b767f3
Author: Paul Galbraith <pa...@gmail.com>
AuthorDate: Sun Jul 11 21:39:27 2021 -0400

    JSON Schema Validator version -> 1.0.57
    
    https://github.com/networknt/json-schema-validator/releases/tag/1.0.57
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 635146d..dee4851 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -429,7 +429,7 @@
     <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
     <netty-version>4.1.65.Final</netty-version>
     <netty3-version>3.10.6.Final</netty3-version>
-    <networknt-json-schema-validator-version>1.0.53</networknt-json-schema-validator-version>
+    <networknt-json-schema-validator-version>1.0.57</networknt-json-schema-validator-version>
     <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
     <nitrite-version>3.4.3</nitrite-version>
     <nsq-client-version>1.0.0.RC4</nsq-client-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 892ca30..9cd7925 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -415,7 +415,7 @@
         <netty3-version>3.10.6.Final</netty3-version>
         <netty-version>4.1.65.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.0.53</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.57</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.3</nitrite-version>
         <!-- should be in-sync with deltaspike -->