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

Commit 3bf77c4

Browse files
committed
JUnit5のアップデート
1 parent 1e3bfc9 commit 3bf77c4

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
@@ -39,7 +39,7 @@ dependencies {
3939
}
4040

4141
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
42-
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.0") {
42+
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.1") {
4343
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
4444
}
4545
// https://mvnrepository.com/artifact/io.mockk/mockk

0 commit comments

Comments
 (0)