Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 7e74d72

Browse files
author
wrongwrong
committed
junit5のアップデート
1 parent af5138e commit 7e74d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
}
4343

4444
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
45-
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.2") {
45+
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.7.0") {
4646
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
4747
}
4848
// https://mvnrepository.com/artifact/io.mockk/mockk

0 commit comments

Comments
 (0)