From c3a925b36a2377ef3720e55377cfa79594aee5cb Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 04:37:04 +0000 Subject: [PATCH] fix(deps): update dependency com.networknt:json-schema-validator to v3.0.1 Signed-off-by: mend-for-github-com[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'