From 6144a9ae91d3e945ba628f06481df14d5a90d84b Mon Sep 17 00:00:00 2001 From: Dreeam <61569423+Dreeam-qwq@users.noreply.github.com> Date: Wed, 10 Dec 2025 08:03:56 -0500 Subject: [PATCH] Bump snakeyml to 2.5 Fixed https://github.com/Winds-Studio/Leaf/issues/559 Related to https://bitbucket.org/snakeyaml/snakeyaml/issues/1098 --- leaf-api/build.gradle.kts.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/leaf-api/build.gradle.kts.patch b/leaf-api/build.gradle.kts.patch index 4f7007ff..2dde59a6 100644 --- a/leaf-api/build.gradle.kts.patch +++ b/leaf-api/build.gradle.kts.patch @@ -18,7 +18,7 @@ val apiAndDocs: Configuration by configurations.creating { attributes { -@@ -41,16 +_,25 @@ +@@ -41,16 +_,24 @@ dependencies { // api dependencies are listed transitively to API consumers @@ -30,8 +30,7 @@ + // TODO: See https://github.com/google/gson/commit/6c2e3db7d25ceceabe056aeb8b65477fdd509214 api("com.google.code.gson:gson:2.11.0") - api("org.yaml:snakeyaml:2.2") -+ // TODO: 2.4, moved location of `org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder` -+ api("org.yaml:snakeyaml:2.3") ++ api("org.yaml:snakeyaml:2.5") + // Leaf end - Bump Dependencies api("org.joml:joml:1.10.8") { isTransitive = false // https://github.com/JOML-CI/JOML/issues/352