Skip to content

Commit 9a0b060

Browse files
Update dependency net.kyori:adventure-text-minimessage to v4.12.0 (#42)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ef4b22 commit 9a0b060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ project(":chat-formatter") {
5757

5858
// Kyori Adventure & MiniMessage
5959
implementation("net.kyori:adventure-platform-bukkit:4.1.2")
60-
implementation("net.kyori:adventure-text-minimessage:4.11.0")
60+
implementation("net.kyori:adventure-text-minimessage:4.12.0")
6161

6262
// LiteCommands & CDN
6363
implementation("dev.rollczi.litecommands:bukkit:2.7.0")
@@ -142,7 +142,7 @@ project(":chat-formatter-test") {
142142
testImplementation(project(":chat-formatter"))
143143

144144
testImplementation("net.kyori:adventure-platform-bukkit:4.1.2")
145-
testImplementation("net.kyori:adventure-text-minimessage:4.11.0")
145+
testImplementation("net.kyori:adventure-text-minimessage:4.12.0")
146146
testImplementation("net.dzikoysk:cdn:1.14.1")
147147
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
148148
testImplementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")

0 commit comments

Comments
 (0)