diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 51228b9578..aacbb59897 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.4")) - api(platform("org.mockito:mockito-bom:5.14.2")) + api(platform("org.mockito:mockito-bom:5.15.2")) constraints { api("com.fasterxml:aalto-xml:1.3.2")