diff --git a/fabric/build.gradle b/fabric/build.gradle index 5011f8bb..640f14f1 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -20,7 +20,7 @@ dependencies { // Manually include config deps due to the way including api deps works implementation include("de.exlll:configlib-core:4.6.1") - implementation include("org.snakeyaml:snakeyaml-engine:2.7") + implementation include("org.snakeyaml:snakeyaml-engine:2.9") implementation include('org.apache.commons:commons-pool2:2.12.1') // Include driver deps due to no runtime dep loading support