Skip to content

Commit

Permalink
fix(deps): update dependency io.mockk:mockk to v1.13.13
Browse files Browse the repository at this point in the history
| datasource | package        | from    | to      |
| ---------- | -------------- | ------- | ------- |
| maven      | io.mockk:mockk | 1.13.12 | 1.13.13 |
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 31666c2 commit ae52e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ object deps {
}
}

const val mockk = "io.mockk:mockk:1.13.12"
const val mockk = "io.mockk:mockk:1.13.13"
const val kotlinJUnit = "org.jetbrains.kotlin:kotlin-test-junit:$kotlinVersion"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ junit = "4.13.2"
androidx-test-core = "1.6.1"
androidx-test-junit = "1.2.1"
espresso-core = "3.6.1"
mockk = "1.13.12"
mockk = "1.13.13"

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

0 comments on commit ae52e45

Please sign in to comment.