diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index f6092e2a43e..320963f0ce8 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -20,7 +20,7 @@ dependencies { api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.7.3")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.0")) api(platform("org.junit:junit-bom:5.10.1")) - api(platform("org.mockito:mockito-bom:5.7.0")) + api(platform("org.mockito:mockito-bom:5.8.0")) constraints { api("com.fasterxml:aalto-xml:1.3.2")