We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42df85 commit 0973acdCopy full SHA for 0973acd
build.gradle.kts
@@ -145,9 +145,9 @@ project(":chat-formatter-test") {
145
testImplementation("net.kyori:adventure-platform-bukkit:4.1.2")
146
testImplementation("net.kyori:adventure-text-minimessage:4.11.0")
147
testImplementation("net.dzikoysk:cdn:1.14.1")
148
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
149
testImplementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")
150
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
151
}
152
153
tasks.getByName<Test>("test") {
0 commit comments