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

Commit 89d6d72

Browse files
author
wrongwrong
committed
junit5のアップデート
1 parent b3ba2ee commit 89d6d72

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
@@ -36,7 +36,7 @@ dependencies {
3636
api("com.github.ProjectMapK:Shared:0.19")
3737

3838
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter
39-
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.6.2") {
39+
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter", version = "5.7.0") {
4040
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
4141
}
4242
// 現状プロパティ名の変換はテストでしか使っていないのでtestImplementation

0 commit comments

Comments
 (0)