From 31700392ea5e2adaad9a9ca6f8d75cde9c5bf92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 19:00:25 +0000 Subject: [PATCH] :arrow_up: Bump com.networknt:json-schema-validator Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.84 to 1.0.85. - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](https://github.com/networknt/json-schema-validator/compare/1.0.84...1.0.85) --- updated-dependencies: - dependency-name: com.networknt:json-schema-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8b71137..eb8955a 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.84' + testImplementation 'com.networknt:json-schema-validator:1.0.85' testImplementation 'com.jayway.jsonpath:json-path:2.8.0' }