diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 657788d763d..66c40f1878d 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -21,7 +21,7 @@ dependencies { api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3")) api(platform("org.junit:junit-bom:5.11.2")) - api(platform("org.mockito:mockito-bom:5.13.0")) + api(platform("org.mockito:mockito-bom:5.14.1")) constraints { api("com.fasterxml:aalto-xml:1.3.2")