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 2020/03/12 08:38:16 UTC

[camel] branch master updated: Upgrade Jsonschema validator to version 1.0.33

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 368f984  Upgrade Jsonschema validator to version 1.0.33
368f984 is described below

commit 368f984379faa767dca9ea58ef17fe1bc161c671
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 12 09:37:36 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f81bb5f..a8506b4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -500,7 +500,7 @@
         <netty-version>4.1.47.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.32</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.33</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.3.0</nitrite-version>
         <noggit-bundle-version>0.5_1</noggit-bundle-version>