From 22fed023b1bf2c9dcc1b1525be0dabfecd647ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:02:24 +0200 Subject: [PATCH] upgrade mockk - 1.13.13 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.13.13. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.12...1.13.13) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b3dc0b2b..2abd954e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -173,7 +173,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // https://github.com/mockk/mockk/releases - testImplementation("io.mockk:mockk:1.13.12") + testImplementation("io.mockk:mockk:1.13.13") // https://github.com/assertj/assertj-core/tags testImplementation("org.assertj:assertj-core:3.26.3")