From 28bce9c4438af6a226ececd139179086a3251f86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 06:50:06 +0000 Subject: [PATCH] fix(deps): update dependency com.charleskorn.kaml:kaml to v0.58.0 (#589) 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 c5e7c3a0d..6906895f0 100644 --- a/playground/build.gradle.kts +++ b/playground/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("org.slf4j:slf4j-simple:2.0.12") // YAML - implementation("com.charleskorn.kaml:kaml:0.57.0") + implementation("com.charleskorn.kaml:kaml:0.58.0") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.5.0")