diff --git a/build.gradle b/build.gradle index a4c907978..1a6fb07e2 100644 --- a/build.gradle +++ b/build.gradle @@ -209,7 +209,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.0') { + compileOnly('com.networknt:json-schema-validator:3.0.1') { 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'