From c5d59ff7b7321edce1aecb3d77790582582718bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 22:51:34 +0000 Subject: [PATCH] chore(deps): bump io.github.optimumcode:json-schema-validator Bumps [io.github.optimumcode:json-schema-validator](https://github.com/OptimumCode/json-schema-validator) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/OptimumCode/json-schema-validator/releases) - [Changelog](https://github.com/OptimumCode/json-schema-validator/blob/main/changelog_config.json) - [Commits](https://github.com/OptimumCode/json-schema-validator/compare/0.3.1...0.4.0) --- updated-dependencies: - dependency-name: io.github.optimumcode:json-schema-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aa72bdc1a4e..6e5a1314680 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -113,7 +113,7 @@ kotlinx-jsonpath = "3.0.2" kotlin-cryptography = "0.4.0" kotlin-json-schema = "0.1.1" json-sugar = "0.7.0" -json-schema-validator = "0.3.1" +json-schema-validator = "0.4.0" pwall-json-schema = "0.53" uri-kmp = "0.0.19" urlencoder = "1.5.0"