From 1972884a39752c5af6307a8bbce4d433818ecd52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 02:10:18 +0000 Subject: [PATCH] Bump json-schema-validator from 1.0.64 to 1.0.76 Bumps [json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.64 to 1.0.76. - [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.76) --- 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..bb4a65a 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.76' 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'