mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-30 20:39:21 +00:00
Bump snakeyml to 2.5
Fixed https://github.com/Winds-Studio/Leaf/issues/559 Related to https://bitbucket.org/snakeyaml/snakeyaml/issues/1098
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user