From f8af343ecbd330224d298ca21294ecd6f440fc3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 16:02:58 +0000 Subject: [PATCH] Bump io.mockk:mockk from 1.13.4 to 1.13.5 Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.4 to 1.13.5. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/v1.13.4...1.13.5) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... 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 c99d464..853e09a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("org.postgresql:postgresql:42.5.4") testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.hamcrest:hamcrest:2.2") - testImplementation("io.mockk:mockk:1.13.4") + testImplementation("io.mockk:mockk:1.13.5") } tasks.withType {