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 2022/04/20 09:28:26 UTC

[camel] 01/02: Upgrade Json Schema Validator to version 1.0.69

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

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

commit 1f7272d90e67177cbdc45d2594e731d1dda39577
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 20 11:26:10 2022 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 38387c1166d..ca6077e0a87 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -407,7 +407,7 @@
         <neoscada-version>0.4.0</neoscada-version>
         <netty-version>4.1.76.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.0.68</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.0.69</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.4</nitrite-version>
         <okclient-version>3.14.9</okclient-version>