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 2019/12/23 08:14:17 UTC

[camel] branch master updated: Upgrade Json Schema validator to version 1.0.29

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

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


The following commit(s) were added to refs/heads/master by this push:
     new af56387  Upgrade Json Schema validator to version 1.0.29
af56387 is described below

commit af56387b7d386854d6d2cc9573c99f3bf0984500
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 23 09:13:50 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index ac4ca12..fd5fad5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -483,7 +483,7 @@
         <netty-version>4.1.44.Final</netty-version>
         <netty-reactive-streams-version>2.0.3</netty-reactive-streams-version>
         <netty40-version>4.0.56.Final</netty40-version>
-        <networknt-json-schema-validator-version>1.0.26</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.29</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>4.13.1</nimbus-jose-jwt>
         <nitrite-version>3.3.0</nitrite-version>
         <noggit-bundle-version>0.5_1</noggit-bundle-version>