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/04/16 13:16:43 UTC

[camel] branch master updated: Upgrade JsonSchema Validator to version 1.0.6

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 1b4d1cd  Upgrade JsonSchema Validator to version 1.0.6
1b4d1cd is described below

commit 1b4d1cdad2ff8ca61357f7c447731b052f603d40
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Apr 16 15:14:57 2019 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c5f2954..06cbfe1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -517,7 +517,7 @@
         <netty-version>4.1.34.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.4</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.6</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 -->