From fe81a924d14195a271da81bd6515155bfe097a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 02:10:44 +0000 Subject: [PATCH] Bump json-schema-validator from 1.0.64 to 1.0.75 Bumps [json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.64 to 1.0.75. - [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.64...1.0.75) --- 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 8b016a9..f5f8f67 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation 'com.networknt:json-schema-validator:1.0.64' + implementation 'com.networknt:json-schema-validator:1.0.75' implementation 'com.fasterxml.jackson.core:jackson-databind:2.0.1' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0'