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 {