From 9606ce45fca89d4b81ccd76dfac6251eedf3937d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Oct 2022 22:37:52 +0200 Subject: [PATCH] build(deps): bump mockk from 1.12.7 to 1.13.2 in /api-editor (#1048) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [mockk](https://github.com/mockk/mockk) from 1.12.7 to 1.13.2.
Release notes

Sourced from mockk's releases.

1.13.2

What's Changed

New Contributors

Full Changelog: https://github.com/mockk/mockk/compare/1.13.1...1.13.2

1.13.1

New major release, mainly because the dependency to be included in gradle/maven files has changed from io.mockk:mockk to io.mockk:mockk-<platform>, where platform is either jvm or android.

What's Changed

Full Changelog: https://github.com/mockk/mockk/compare/v1.12.8...1.13.1

V1.12.8

Big thanks to @​aSemy, @​qoomon and @​kubode for investigating and fixing the bugs introduced in v1.12.7 and further improving the library!

What's Changed

Full Changelog: https://github.com/mockk/mockk/compare/1.12.7...v1.12.8

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.mockk:mockk&package-manager=gradle&previous-version=1.12.7&new-version=1.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- api-editor/backend/build.gradle.kts | 2 +- api-editor/desktop/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-editor/backend/build.gradle.kts b/api-editor/backend/build.gradle.kts index 9546f810d..82b68a8c3 100644 --- a/api-editor/backend/build.gradle.kts +++ b/api-editor/backend/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { testImplementation(kotlin("test")) testImplementation("io.kotest:kotest-assertions-core-jvm:5.4.2") testImplementation("io.ktor:ktor-server-test-host:$ktorVersion") - testImplementation("io.mockk:mockk:1.12.7") + testImplementation("io.mockk:mockk:1.13.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1") } diff --git a/api-editor/desktop/build.gradle.kts b/api-editor/desktop/build.gradle.kts index e04985d45..30f341c0f 100644 --- a/api-editor/desktop/build.gradle.kts +++ b/api-editor/desktop/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { testImplementation(kotlin("test")) testImplementation("io.kotest:kotest-assertions-core-jvm:5.4.2") - testImplementation("io.mockk:mockk:1.12.7") + testImplementation("io.mockk:mockk:1.13.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.1") }