From 6060e409c048c3e6b610a15b57c649717938c415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 06:36:56 +0000 Subject: [PATCH] build(deps): bump io.mockk:mockk in /reactive-logger-example-kotlin Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.5...1.13.11) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- reactive-logger-example-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactive-logger-example-kotlin/build.gradle.kts b/reactive-logger-example-kotlin/build.gradle.kts index 156ce43..3f07cb9 100644 --- a/reactive-logger-example-kotlin/build.gradle.kts +++ b/reactive-logger-example-kotlin/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test") testImplementation("io.projectreactor:reactor-test") - testImplementation("io.mockk:mockk:1.13.5") + testImplementation("io.mockk:mockk:1.13.11") } tasks.withType {