From 10d1ee6a06ef1bb6daf765a3ba2ef5ee84d526a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:28:02 +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.10. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.5...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] --- 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..53680fe 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.10") } tasks.withType {