From eef2cab973f38042090a293504825bd503253f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 23:32:19 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.11 to 1.13.12 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.11 to 1.13.12. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.11...1.13.12) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... 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 e70c372..b23218d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { implementation("software.amazon.awssdk:s3") testImplementation("software.amazon.awssdk:sts") - testImplementation("io.mockk:mockk:1.13.11") + testImplementation("io.mockk:mockk:1.13.12") } tasks.register("sourcesJar") {