Merge pull request #40 from ViaVersion/dependabot/gradle/org.yaml-snakeyaml-2.2

Bump org.yaml:snakeyaml from 2.1 to 2.2
This commit is contained in:
RK_01 2023-08-28 11:59:21 +02:00 committed by GitHub
commit 1f645fa61b
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.8.0-23w31a-SNAPSHOT"
compileOnly "org.yaml:snakeyaml:2.1"
compileOnly "org.yaml:snakeyaml:2.2"
compileOnly "com.google.guava:guava:32.1.2-jre"
compileOnly "io.netty:netty-handler:4.1.97.Final"