Merge pull request #37 from ViaVersion/dependabot/gradle/org.yaml-snakeyaml-2.1

Bump org.yaml:snakeyaml from 2.0 to 2.1
This commit is contained in:
RK_01 2023-08-07 17:22:45 +02:00 committed by GitHub
commit 0de63e7603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ repositories {
dependencies {
compileOnly "com.viaversion:viaversion:4.7.1-SNAPSHOT"
compileOnly "org.yaml:snakeyaml:2.0"
compileOnly "org.yaml:snakeyaml:2.1"
compileOnly "com.google.guava:guava:32.1.2-jre"
compileOnly "io.netty:netty-handler:4.1.96.Final"