Skip to content

Commit ae52e45

Browse files
fix(deps): update dependency io.mockk:mockk to v1.13.13
| datasource | package | from | to | | ---------- | -------------- | ------- | ------- | | maven | io.mockk:mockk | 1.13.12 | 1.13.13 |
1 parent 31666c2 commit ae52e45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/deps.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ object deps {
9090
}
9191
}
9292

93-
const val mockk = "io.mockk:mockk:1.13.12"
93+
const val mockk = "io.mockk:mockk:1.13.13"
9494
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
9595
}
9696
}

gradle/versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ junit = "4.13.2"
1717
androidx-test-core = "1.6.1"
1818
androidx-test-junit = "1.2.1"
1919
espresso-core = "3.6.1"
20-
mockk = "1.13.12"
20+
mockk = "1.13.13"
2121

2222
[libraries]
2323
androidx-app-compat = { group = "androidx.appcompat", name = "appcompat", version.ref = "androidx-app-compat" }

0 commit comments

Comments
 (0)