diff --git a/build.gradle.kts b/build.gradle.kts index 356c4429..b3ea83d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -182,7 +182,7 @@ project(":core") { implementation(project(":languages:shire-json")) - implementation("com.charleskorn.kaml:kaml:0.77.1") + implementation("com.charleskorn.kaml:kaml:0.95.0") implementation("org.reflections:reflections:0.10.2") { exclude(group = "org.slf4j", module = "slf4j-api") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e3cae799..06ec91a5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ json-pathkt = "com.nfeld.jsonpathkt:jsonpathkt:2.0.1" okhttp = "com.squareup.okhttp3:okhttp:4.4.1" okhttp-sse = "com.squareup.okhttp3:okhttp-sse:4.12.0" -kaml = "com.charleskorn.kaml:kaml:0.77.1" +kaml = "com.charleskorn.kaml:kaml:0.95.0" # org.reflections:reflections:0.10.2 reflections = "org.reflections:reflections:0.10.2"