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

Commit c217264

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

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
@@ -46,7 +46,7 @@ dependencies {
4646
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
4747
}
4848
// https://mvnrepository.com/artifact/io.mockk/mockk
49-
testImplementation("io.mockk:mockk:1.10.0")
49+
testImplementation("io.mockk:mockk:1.10.3-jdk8")
5050

5151
// テスト時には無いと困るため、別口でimplementation
5252
testImplementation(group = "org.springframework", name = "spring-jdbc", version = "5.2.7.RELEASE")

0 commit comments

Comments
 (0)