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