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 3737ce4b54e25113aa8b35d9cf7fe6a070213819 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Nov 26 13:39:49 2021 +0100 Upgrade Json schema validator to version 1.0.64 --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 551e394..9e3da3b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -419,7 +419,7 @@ <neoscada-version>0.4.0</neoscada-version> <netty-version>4.1.70.Final</netty-version> <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version> - <networknt-json-schema-validator-version>1.0.58</networknt-json-schema-validator-version> + <networknt-json-schema-validator-version>1.0.64</networknt-json-schema-validator-version> <nimbus-jose-jwt>8.9</nimbus-jose-jwt> <nitrite-version>3.4.3</nitrite-version> <!-- should be in-sync with deltaspike -->
