From 1a70e66daf53c43ebae91ff3ddec99e6c8c85430 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 21:09:35 +0000 Subject: [PATCH] fix(deps): update dependency com.charleskorn.kaml:kaml to v0.70.0 (#691) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- playground/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/build.gradle.kts b/playground/build.gradle.kts index 37e38dac1..0df5c439e 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("org.slf4j:slf4j-simple:2.0.16") // YAML - implementation("com.charleskorn.kaml:kaml:0.68.0") + implementation("com.charleskorn.kaml:kaml:0.70.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.1")