From 9370257ea8953ea94e0329ca12536e4d7b19a10d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 05:53:59 +0000 Subject: [PATCH] Bump com.networknt:json-schema-validator from 1.5.3 to 1.5.4 Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.5.3 to 1.5.4. - [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.5.3...1.5.4) --- 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.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 767dc6f..bf3cc4d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -63,7 +63,7 @@ dependencies { implementation("net.jimblackler.jsonschemafriend:core:0.12.4") - implementation("com.networknt:json-schema-validator:1.5.3") + implementation("com.networknt:json-schema-validator:1.5.4") implementation("com.qindesign:snowy-json:0.16.0") runtimeOnly("org.glassfish:jakarta.json:2.0.0:module")