From a57a4035b4e9a35597cc79032f9b51f851d0d08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:30:26 +0000 Subject: [PATCH] Bump mockk from 1.12.2 to 1.12.3 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.2...1.12.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7bcba9f..e79aeb2 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ ext.kotlinTest = { dependencies -> dependencies.testImplementation Dependencies.mavenCentral.kluent dependencies.testImplementation Dependencies.mavenCentral.kotlinTest dependencies.testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.6.10" - dependencies.testImplementation 'io.mockk:mockk:1.12.2' + dependencies.testImplementation 'io.mockk:mockk:1.12.3' dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0' dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' diff --git a/core/build.gradle b/core/build.gradle index 9388e48..7b59171 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -7,6 +7,6 @@ dependencies { implementation Dependencies.mavenCentral.kotlinCoroutinesCore testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore testFixturesImplementation Dependencies.mavenCentral.kluent - testFixturesImplementation 'io.mockk:mockk:1.12.2' + testFixturesImplementation 'io.mockk:mockk:1.12.3' testFixturesImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0' } \ No newline at end of file