Skip to content

Commit fd08d5f

Browse files
Bump the lib-dependencies group with 2 updates (#159)
* Bump the lib-dependencies group with 2 updates Bumps the lib-dependencies group with 2 updates: [io.mockk:mockk](https://github.com/mockk/mockk) and [io.mockk:mockk-android](https://github.com/mockk/mockk). Updates `io.mockk:mockk` from 1.14.6 to 1.14.7 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.6...1.14.7) Updates `io.mockk:mockk-android` from 1.14.6 to 1.14.7 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.6...1.14.7) Updates `io.mockk:mockk-android` from 1.14.6 to 1.14.7 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.14.6...1.14.7) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-version: 1.14.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-dependencies - dependency-name: io.mockk:mockk-android dependency-version: 1.14.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-dependencies - dependency-name: io.mockk:mockk-android dependency-version: 1.14.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: lib-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update minSdk level for tests Signed-off-by: Arnau Mora <[email protected]> * Update task names Signed-off-by: Arnau Mora <[email protected]> * Override Sdk level in Manifest Signed-off-by: Arnau Mora <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Arnau Mora <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arnau Mora <[email protected]>
1 parent de78892 commit fd08d5f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ guava = "33.5.0-android"
1212
ical4j = "3.2.19" # final version; update to 4.x will require much work
1313
junit = "4.13.2"
1414
kotlin = "2.2.21"
15-
mockk = "1.14.6"
15+
mockk = "1.14.7"
1616
roboelectric = "4.16"
1717
slf4j = "2.0.17"
1818
spotbugs = "4.9.8"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<manifest xmlns:tools="http://schemas.android.com/tools">
2+
3+
<!--
4+
Since Mockk 1.14.7 it's required to use minSdk 26. We use 23, so override for tests.
5+
-->
6+
<uses-sdk tools:overrideLibrary="io.mockk.android,io.mockk.proxy.android" />
7+
</manifest>

0 commit comments

Comments
 (0)