From 4aa18d05628e941a5804ecda84518f2ccb1d90ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:47:41 +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.86 to 1.0.87. - [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.86...1.0.87) --- 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 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' }