diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index 10eb664..94ccccc 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") testImplementation("org.springframework.boot:spring-boot-test-autoconfigure") testImplementation("org.jetbrains.kotlin:kotlin-test-junit5") - testImplementation("io.mockk:mockk:1.13.13") + testImplementation("io.mockk:mockk:1.14.9") testImplementation(platform("org.testcontainers:testcontainers-bom:1.20.4")) testImplementation("org.testcontainers:testcontainers") testImplementation("org.testcontainers:postgresql")