diff --git a/build.gradle.kts b/build.gradle.kts index f1f5324aa..75fa21e80 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -98,7 +98,7 @@ configure(subprojects.filterNot { it in internalBomModules }) { testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(group = "org.junit.vintage", module = "junit-vintage-engine") } - testImplementation("io.mockk:mockk:1.11.0") + testImplementation("io.mockk:mockk:1.13.2") } java {