diff --git a/build.gradle.kts b/build.gradle.kts index 5fa58816a..1b4ec7535 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.12.0") + testImplementation("io.mockk:mockk:1.12.1") } java {