diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 56e3842..5d9c8a5 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { // stored document is, and the logger the manager reports a failed refresh through. testImplementation("net.kyori:adventure-text-serializer-legacy:4.21.0") testImplementation("com.google.code.gson:gson:2.11.0") - testImplementation("org.slf4j:slf4j-api:2.0.17") + testImplementation("org.slf4j:slf4j-api:2.0.18") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:6.1.2") testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.2") }