diff --git a/gradle-plugin-separated/build.gradle.kts b/gradle-plugin-separated/build.gradle.kts index 8c8df5d..c2185a0 100644 --- a/gradle-plugin-separated/build.gradle.kts +++ b/gradle-plugin-separated/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { shadow("org.ow2.asm:asm:9.5") shadow("org.ow2.asm:asm-commons:9.5") shadow("org.ow2.asm:asm-tree:9.5") - shadow("org.snakeyaml:snakeyaml-engine:2.6") + shadow("org.snakeyaml:snakeyaml-engine:2.7") //shadow("org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2") //shadow("org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.2") } diff --git a/gradle-plugin/build.gradle.kts b/gradle-plugin/build.gradle.kts index a63abc7..d24124e 100644 --- a/gradle-plugin/build.gradle.kts +++ b/gradle-plugin/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.ow2.asm:asm:9.5") implementation("org.ow2.asm:asm-commons:9.5") implementation("org.ow2.asm:asm-tree:9.5") - implementation("org.snakeyaml:snakeyaml-engine:2.6") + implementation("org.snakeyaml:snakeyaml-engine:2.7") testImplementation(platform("io.kotest:kotest-bom:4.6.3")) testImplementation("io.kotest:kotest-framework-api")