diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b3dc0b2b..2abd954e 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -173,7 +173,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // https://github.com/mockk/mockk/releases - testImplementation("io.mockk:mockk:1.13.12") + testImplementation("io.mockk:mockk:1.13.13") // https://github.com/assertj/assertj-core/tags testImplementation("org.assertj:assertj-core:3.26.3")