Skip to content

Commit 0973acd

Browse files
Update junit5 monorepo to v5.9.1 (#28)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f42df85 commit 0973acd

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
@@ -145,9 +145,9 @@ project(":chat-formatter-test") {
145145
testImplementation("net.kyori:adventure-platform-bukkit:4.1.2")
146146
testImplementation("net.kyori:adventure-text-minimessage:4.11.0")
147147
testImplementation("net.dzikoysk:cdn:1.14.1")
148-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
148+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
149149
testImplementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")
150-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0")
150+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
151151
}
152152

153153
tasks.getByName<Test>("test") {

0 commit comments

Comments
 (0)