diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index d4dfb1f0ccf..5a3b3145667 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -118,7 +118,7 @@ dependencies { api 'com.avast.gradle:gradle-docker-compose-plugin:0.16.12' api "org.yaml:snakeyaml:${props.getProperty('snakeyaml')}" api 'org.apache.maven:maven-model:3.9.1' - api 'com.networknt:json-schema-validator:1.0.78' + api 'com.networknt:json-schema-validator:1.0.84' api "com.fasterxml.jackson.core:jackson-databind:${props.getProperty('jackson_databind')}" testFixturesApi "junit:junit:${props.getProperty('junit')}"