Merge pull request #12 from RaphiMC/dependabot/gradle/org.yaml-snakeyaml-2.0

Bump org.yaml:snakeyaml from 1.33 to 2.0
This commit is contained in:
RK_01 2023-03-17 16:14:23 +01:00 committed by GitHub
commit ad5bf7c9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ repositories {
dependencies {
compileOnly "com.viaversion:viaversion:4.6.0-1.19.4-pre1-SNAPSHOT"
compileOnly "org.yaml:snakeyaml:1.33"
compileOnly "org.yaml:snakeyaml:2.0"
compileOnly "com.google.guava:guava:31.1-jre"
compileOnly "io.netty:netty-handler:4.1.89.Final"