diff --git a/build.gradle b/build.gradle index 41e724c9f..e031e559c 100644 --- a/build.gradle +++ b/build.gradle @@ -208,7 +208,7 @@ dependencies { exclude group: 'net.minidev', module: 'json-smart' } // needed to use MLIndex class mappings at (test) runtime but must be provided by calling plugins - compileOnly('com.networknt:json-schema-validator:3.0.2') { + compileOnly('com.networknt:json-schema-validator:3.0.3') { exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind' exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-yaml' exclude group: 'org.yml', module: 'snakeyaml'