Merge pull request #27 from ViaVersion/dependabot/gradle/org.slf4j-slf4j-api-2.0.11

Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11
This commit is contained in:
RK_01 2024-01-09 16:53:44 +01:00 committed by GitHub
commit 57fcbe7725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ dependencies {
compileOnly "org.cloudburstmc.netty:netty-transport-raknet:1.0.0.CR1-SNAPSHOT"
api "com.google.guava:guava:33.0.0-jre"
api "org.slf4j:slf4j-api:2.0.10"
api "org.slf4j:slf4j-api:2.0.11"
api "org.yaml:snakeyaml:2.2"
}