Skip to content

Commit 931e79e

Browse files
fix(deps): update dependency io.mockk:mockk to v1.14.2 (#471)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be302e6 commit 931e79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151

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

0 commit comments

Comments
 (0)