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

Commit fc25b70

Browse files
committed
JUnit5のアップデート
1 parent 18a7fd5 commit fc25b70

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
@@ -33,7 +33,7 @@ dependencies {
3333
implementation(group = "org.jetbrains", name = "annotations", version = "19.0.0")
3434

3535
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
36-
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.1") {
36+
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.2") {
3737
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
3838
}
3939
// https://mvnrepository.com/artifact/io.mockk/mockk

0 commit comments

Comments
 (0)