From 4d26449df910d454a746dc3e07a2d3918b1d6b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Oct 2022 05:06:48 +0000 Subject: [PATCH] Bump mockk from 1.11.0 to 1.13.2 Bumps [mockk](https://github.com/mockk/mockk) from 1.11.0 to 1.13.2. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.11.0...1.13.2) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-minor ... 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 f1f5324aa..75fa21e80 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ configure(subprojects.filterNot { it in internalBomModules }) { testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(group = "org.junit.vintage", module = "junit-vintage-engine") } - testImplementation("io.mockk:mockk:1.11.0") + testImplementation("io.mockk:mockk:1.13.2") } java {