From a9e97ea96f7ebfa9743370e9250973c37d83bd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:18:47 +0000 Subject: [PATCH] build(deps): bump io.github.optimumcode:json-schema-validator Bumps [io.github.optimumcode:json-schema-validator](https://github.com/OptimumCode/json-schema-validator) from 0.2.3 to 0.3.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.2.3...0.3.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 3078bc6..53c7551 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -107,7 +107,7 @@ kotlin-bignum = "0.3.10" kotlin-diff = "0.7.0" kotlin-retry = "2.0.1" kotlinx-jsonpath = "3.0.2" -kotlinx-json-schema = "0.2.3" +kotlinx-json-schema = "0.3.0" kotlin-cryptography = "0.4.0" uri-kmp = "0.0.18" urlencoder = "1.5.0"