Skip to content

Commit f6b1026

Browse files
Update dependency io.mockk:mockk to v1.12.7 (#1871)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2f1980a commit f6b1026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ dependencies {
181181
testImplementation(group = "junit", name = "junit", version = "4.13.2")
182182
testImplementation(group = "com.tngtech.java", name = "junit-dataprovider", version = "1.13.1")
183183
testImplementation(group = "org.assertj", name = "assertj-core", version = "3.23.1")
184-
testImplementation(group = "io.mockk", name = "mockk", version = "1.12.5")
184+
testImplementation(group = "io.mockk", name = "mockk", version = "1.12.7")
185185

186186
androidTestImplementation(group = "androidx.test", name = "runner", version = "1.4.0")
187187
androidTestImplementation(group = "androidx.test", name = "rules", version = "1.4.0")

0 commit comments

Comments
 (0)