From a775a36de79e827d7371874799909b5036310c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 04:12:54 +0000 Subject: [PATCH] Bump io.github.optimumcode:json-schema-validator Bumps [io.github.optimumcode:json-schema-validator](https://github.com/OptimumCode/json-schema-validator) from 0.3.0 to 0.3.1. - [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.0...0.3.1) --- updated-dependencies: - dependency-name: io.github.optimumcode:json-schema-validator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../kotlin-kmp-json-schema-validator/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/kotlin-kmp-json-schema-validator/gradle/libs.versions.toml b/implementations/kotlin-kmp-json-schema-validator/gradle/libs.versions.toml index 6867614a1..caf132008 100644 --- a/implementations/kotlin-kmp-json-schema-validator/gradle/libs.versions.toml +++ b/implementations/kotlin-kmp-json-schema-validator/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.1.0" -json-schema-validator = "0.3.0" +json-schema-validator = "0.3.1" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }