From d6bb250a2e17c445c166d033d4aa0514ded1518c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 20:58:40 +0000 Subject: [PATCH] Update dependency io.mockk:mockk to v1.12.7 (#564) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.mockk:mockk](https://mockk.io) ([source](https://togithub.com/mockk/mockk)) | `1.12.5` -> `1.12.7` | [![age](https://badges.renovateapi.com/packages/maven/io.mockk:mockk/1.12.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.mockk:mockk/1.12.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.mockk:mockk/1.12.7/compatibility-slim/1.12.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.mockk:mockk/1.12.7/confidence-slim/1.12.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
mockk/mockk ### [`v1.12.7`](https://togithub.com/mockk/mockk/releases/tag/1.12.7) [Compare Source](https://togithub.com/mockk/mockk/compare/1.12.6...1.12.7) #### What's Changed - Update android-sdk-detector.settings.gradle.kts by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/886](https://togithub.com/mockk/mockk/pull/886) - only sign if the signing properties are present by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/885](https://togithub.com/mockk/mockk/pull/885) - Fix an issue that Android libraries was not published by [@​kubode](https://togithub.com/kubode) in [https://github.com/mockk/mockk/pull/887](https://togithub.com/mockk/mockk/pull/887) #### New Contributors - [@​kubode](https://togithub.com/kubode) made their first contribution in [https://github.com/mockk/mockk/pull/887](https://togithub.com/mockk/mockk/pull/887) **Full Changelog**: https://github.com/mockk/mockk/compare/1.12.6...1.12.7 ### [`v1.12.6`](https://togithub.com/mockk/mockk/releases/tag/1.12.6) [Compare Source](https://togithub.com/mockk/mockk/compare/1.12.5...1.12.6) #### What's Changed - Dependency updates, JDK17 v2 by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/863](https://togithub.com/mockk/mockk/pull/863) - Dependency updates, JDK17 by [@​hduerkop](https://togithub.com/hduerkop) in [https://github.com/mockk/mockk/pull/829](https://togithub.com/mockk/mockk/pull/829) - Fix unmockkAll to work if constructor was mocked multiple times by [@​Chrostoq](https://togithub.com/Chrostoq) in [https://github.com/mockk/mockk/pull/870](https://togithub.com/mockk/mockk/pull/870) - fix: fix value class field determination by [@​qoomon](https://togithub.com/qoomon) in [https://github.com/mockk/mockk/pull/872](https://togithub.com/mockk/mockk/pull/872) - [#​854](https://togithub.com/mockk/mockk/issues/854) update projects to use new Kotlin Multiplatform Gradle plugin by [@​aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/855](https://togithub.com/mockk/mockk/pull/855) #### New Contributors - [@​hduerkop](https://togithub.com/hduerkop) made their first contribution in [https://github.com/mockk/mockk/pull/829](https://togithub.com/mockk/mockk/pull/829) - [@​Chrostoq](https://togithub.com/Chrostoq) made their first contribution in [https://github.com/mockk/mockk/pull/870](https://togithub.com/mockk/mockk/pull/870) **Full Changelog**: https://github.com/mockk/mockk/compare/1.12.5...1.12.6
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/RBusarow/Dispatch). PR-URL: https://github.com/RBusarow/Dispatch/pull/564 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 079b944f1..85f5b732b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -268,7 +268,7 @@ kotlinx-knit-test = { module = "org.jetbrains.kotlinx:kotlinx-knit-test", versio ktlint-gradle = "org.jlleitschuh.gradle:ktlint-gradle:10.3.0" -mockk = "io.mockk:mockk:1.12.5" +mockk = "io.mockk:mockk:1.12.7" objenesis = "org.objenesis:objenesis:3.3"