From 04c1261a4f721dda26d8572ef09355dec2af4c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:45:14 +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.12. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.5...1.13.12) --- 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..1f3f37f 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.12") } tasks.withType {