Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 8da7c98

Browse files
fix(deps): update dependency io.mockk:mockk to v1.13.4
1 parent 06adf04 commit 8da7c98

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 @@ repositories {
3030
dependencies {
3131
testImplementation(platform("org.junit:junit-bom:5.9.1"))
3232
testImplementation("org.junit.jupiter:junit-jupiter")
33-
testImplementation("io.mockk:mockk:1.13.1")
33+
testImplementation("io.mockk:mockk:1.13.4")
3434
testImplementation("io.kotest:kotest-assertions-core:5.4.2")
3535
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
3636
}

0 commit comments

Comments
 (0)