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/01/14 10:55:51 UTC

[camel] branch master updated: Upgrade Json Schema Validator to version 1.0.1

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 44166b8  Upgrade Json Schema Validator to version 1.0.1
44166b8 is described below

commit 44166b86614b2d2ba62b132b1169d5f678054f6f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 14 11:55:27 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 855f7c6..3128896 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -516,7 +516,7 @@
     <netty3-version>3.10.6.Final</netty3-version>
     <netty-version>4.1.32.Final</netty-version>
     <netty40-version>4.0.56.Final</netty40-version>
-    <networknt-json-schema-validator-version>0.1.26</networknt-json-schema-validator-version>
+    <networknt-json-schema-validator-version>1.0.1</networknt-json-schema-validator-version>
     <noggit-bundle-version>0.5_1</noggit-bundle-version>
     <objenesis-version>2.6</objenesis-version>
     <!-- should be in-sync with deltaspike -->