diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 40fa58fc235..8a083146d9d 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.10.1")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.8.0")) api(platform("org.junit:junit-bom:5.12.1")) - api(platform("org.mockito:mockito-bom:5.16.0")) + api(platform("org.mockito:mockito-bom:5.16.1")) constraints { api("com.fasterxml:aalto-xml:1.3.2")