diff --git a/build.gradle b/build.gradle index eac44a6..8f614bc 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ targetCompatibility = JavaVersion.VERSION_17 dependencies { testImplementation 'junit:junit:4.13.2' - testImplementation 'com.networknt:json-schema-validator:1.0.86' + testImplementation 'com.networknt:json-schema-validator:1.0.87' testImplementation 'com.jayway.jsonpath:json-path:2.8.0' testImplementation 'net.minidev:json-smart:2.5.0' }