From 3228762019708506eba56d1137b7429e5841c846 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 04:25:25 +0000 Subject: [PATCH] fix(deps): update dependency com.charleskorn.kaml:kaml to v0.65.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index db9dc0c..8c6aecc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation("com.charleskorn.kaml:kaml:0.63.0") + implementation("com.charleskorn.kaml:kaml:0.65.0") testImplementation(platform("io.kotest:kotest-bom:5.9.1")) testImplementation("io.kotest:kotest-runner-junit5")