From c4d0ca1739eb8a40507014118ef91e311c3020b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Sep 2022 02:23:40 +0000 Subject: [PATCH] Bump mockk from 1.12.0 to 1.13.1 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/commits) --- 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..84d69cd 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.1") } publishingInfo {