Merge pull request #14 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:41:14 +02:00 committed by GitHub
commit 182ae0dd76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ dependencies {
compileOnly("com.viaversion:viabackwards-common:4.8.0-23w31a-SNAPSHOT") {
exclude group: "com.viaversion", module: "viaversion"
}
compileOnly "org.yaml:snakeyaml:2.1"
compileOnly "org.yaml:snakeyaml:2.2"
}
blossom {