Skip to content

Commit 10d1512

Browse files
committed
update mockk version
1 parent 4bf3e93 commit 10d1512

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
@@ -30,7 +30,7 @@ dependencies {
3030
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
3131
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
3232
// https://mvnrepository.com/artifact/io.mockk/mockk
33-
testImplementation("io.mockk:mockk:1.12.2")
33+
testImplementation("io.mockk:mockk:1.12.4")
3434

3535
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml")
3636
}

0 commit comments

Comments
 (0)