Merge pull request #2528 from IntellectualSites/dependabot/gradle/org.yaml-snakeyaml-1.25

Bump snakeyaml from 1.23 to 1.25
This commit is contained in:
Matt
2019-10-07 13:49:52 -04:00
committed by GitHub

View File

@ -4,7 +4,7 @@ repositories {
def textVersion = "3.0.2"
dependencies {
implementation("org.yaml:snakeyaml:1.23")
implementation("org.yaml:snakeyaml:1.25")
implementation("com.google.code.gson:gson:2.8.0") {
because("Minecraft uses GSON 2.8.0")
force = true