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 b591f9f9ebc221046133b3e69b85b89415c965f4 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon May 15 10:29:54 2023 +0200 Upgrade Json Schema Validator networknt to version 1.0.81 Signed-off-by: Andrea Cosentino <[email protected]> --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index a6a8dc48cfe..94edb7a5831 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -385,7 +385,7 @@ <neoscada-version>0.4.0</neoscada-version> <netty-version>4.1.91.Final</netty-version> <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version> - <networknt-json-schema-validator-version>1.0.73</networknt-json-schema-validator-version> + <networknt-json-schema-validator-version>1.0.81</networknt-json-schema-validator-version> <nimbus-jose-jwt>9.22</nimbus-jose-jwt> <nitrite-version>3.4.4</nitrite-version> <okclient-version>3.14.9</okclient-version>
