Skip to content

Commit d33782e

Browse files
committed
fix(deps): update dependency io.mockk:mockk to v1.13.13
1 parent 534a13e commit d33782e

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
@@ -51,7 +51,7 @@ dependencies {
5151

5252
testImplementation(platform("org.junit:junit-bom:5.11.2"))
5353
testImplementation("org.junit.jupiter:junit-jupiter")
54-
testImplementation("io.mockk:mockk:1.13.12")
54+
testImplementation("io.mockk:mockk:1.13.13")
5555
testImplementation("com.github.stefanbirkner:system-rules:1.19.0")
5656
}
5757

0 commit comments

Comments
 (0)