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/09 08:31:36 UTC

[camel] branch master updated: Upgrade Json schema validator to version 1.0.32

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 fb7ad67  Upgrade Json schema validator to version 1.0.32
fb7ad67 is described below

commit fb7ad676d80eee9bccc8ac7f1e26163ea958fed1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 9 09:31:08 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f7dd83c..1c6ad9c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -500,7 +500,7 @@
         <netty-version>4.1.46.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.31</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.32</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>