From c58b5fe20260dcbe44044c0843b1a1d95c012bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:19:43 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.8 to 1.13.9 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.8 to 1.13.9. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.8...1.13.9) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 481088f8..e023e780 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -126,7 +126,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // https://github.com/mockk/mockk/releases - testImplementation("io.mockk:mockk:1.13.8") + testImplementation("io.mockk:mockk:1.13.9") // https://github.com/assertj/assertj-core/tags testImplementation("org.assertj:assertj-core:3.25.1")