diff --git a/build.gradle.kts b/build.gradle.kts index 13e10f0..fd7c993 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ repositories { } dependencies { - implementation("com.charleskorn.kaml:kaml:0.46.0") + implementation("com.charleskorn.kaml:kaml:0.47.0") testImplementation(platform("io.kotest:kotest-bom:5.4.2")) testImplementation("io.kotest:kotest-runner-junit5")