From e6ed1347f533de9ea4954f04d8751e4df6cf0eef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 07:51:50 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.9 to 1.13.10 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.9 to 1.13.10. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.9...1.13.10) --- 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 587db90..15f767f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { testImplementation("io.rest-assured:rest-assured") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.graphql:spring-graphql-test") - testImplementation("io.mockk:mockk:1.13.9") + testImplementation("io.mockk:mockk:1.13.10") testImplementation("com.ninja-squad:springmockk:4.0.2") }