Merge pull request #21 from ViaVersion/dependabot/gradle/org.slf4j-slf4j-api-2.0.9

Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9
This commit is contained in:
RK_01 2023-09-04 17:10:21 +02:00 committed by GitHub
commit 4aa03b5441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ dependencies {
compileOnly "net.raphimc:ViaBedrock:0.0.2-SNAPSHOT"
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR1-SNAPSHOT"
api "org.slf4j:slf4j-api:2.0.7"
api "org.slf4j:slf4j-api:2.0.9"
api "org.yaml:snakeyaml:2.2"
}