Skip to content

Commit 8cea5eb

Browse files
fix(deps): update dependency net.kyori:adventure-api to v4.14.0 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent af100d9 commit 8cea5eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ subprojects {
184184
}
185185

186186
dependencies {
187-
"commonCompileOnly"("net.kyori:adventure-api:4.12.0")
187+
"commonCompileOnly"("net.kyori:adventure-api:4.14.0")
188188
"bungeecordCompileOnly"("net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT")
189189
"bungeecordImplementation"("net.kyori:adventure-platform-bungeecord:4.3.0")
190190
"velocityCompileOnly"("com.velocitypowered:velocity-api:3.1.1")
@@ -197,7 +197,7 @@ subprojects {
197197
}
198198

199199
dependencies {
200-
"commonCompileOnly"("net.kyori:adventure-api:4.12.0")
200+
"commonCompileOnly"("net.kyori:adventure-api:4.14.0")
201201
"paperCompileOnly"("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
202202
}
203203
}

0 commit comments

Comments
 (0)