From 0077def293a7585448037d87426fc7046ce8aca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 04:30:49 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.12.5 to 1.13.7 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.12.5 to 1.13.7. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 60b728ba..4bf8cdcc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ subprojects { "testRuntimeOnly"("org.junit.jupiter:junit-jupiter-engine:${Versions.jupiter}") "testImplementation"("org.jetbrains.kotlin:kotlin-test") - "testImplementation"("io.mockk:mockk:1.12.5") + "testImplementation"("io.mockk:mockk:1.13.7") }