From c075925fe28d192d489d129d3337394594387305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 02:17:53 +0000 Subject: [PATCH] Bump mockk from 1.12.0 to 1.13.4 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.13.4. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.12.0...v1.13.4) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- spring-json-api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-json-api/build.gradle.kts b/spring-json-api/build.gradle.kts index 9a38f6c..68ed442 100644 --- a/spring-json-api/build.gradle.kts +++ b/spring-json-api/build.gradle.kts @@ -1,7 +1,7 @@ dependencies { api(group = "org.springframework.boot", name = "spring-boot-starter-web") - testImplementation("io.mockk:mockk:1.12.0") + testImplementation("io.mockk:mockk:1.13.4") } publishingInfo {