Skip to content

Commit 0a0ff16

Browse files
Update dependency net.kyori:adventure-text-logger-slf4j to v5
1 parent 4404082 commit 0a0ff16

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ repositories {
2323

2424
dependencies {
2525
compileOnly("org.jspecify:jspecify:1.0.0")
26-
compileOnlyApi("net.kyori:adventure-text-logger-slf4j:4.27.0-SNAPSHOT")
26+
compileOnlyApi("net.kyori:adventure-text-logger-slf4j:5.2.0-SNAPSHOT")
2727
compileOnlyApi("net.kyori:adventure-text-minimessage:4.27.0-SNAPSHOT")
2828

2929
testCompileOnly("org.jspecify:jspecify:1.0.0")
30-
testImplementation("net.kyori:adventure-text-logger-slf4j:4.27.0-SNAPSHOT")
30+
testImplementation("net.kyori:adventure-text-logger-slf4j:5.2.0-SNAPSHOT")
3131
testImplementation("net.kyori:adventure-text-minimessage:4.27.0-SNAPSHOT")
3232
testImplementation("org.junit.jupiter:junit-jupiter")
3333
testImplementation("org.slf4j:slf4j-simple:2.1.0-alpha1")

0 commit comments

Comments
 (0)