From e4fa93358e5fa878eccf39fa741243693b3955e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:54:50 +0000 Subject: [PATCH] fix(deps): update dependency io.github.optimumcode:json-schema-validator to v0.5.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index bd20f92..c73e87e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -144,7 +144,7 @@ kotlin { implementation("io.kotest:kotest-common") implementation("it.krzeminski:snakeyaml-engine-kmp:4.0.1") - implementation("io.github.optimumcode:json-schema-validator:0.5.3") + implementation("io.github.optimumcode:json-schema-validator:0.5.4") } }