diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 7a7baed782f..d49e09fb409 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -18,7 +18,7 @@ dependencies { api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.4")) api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.4.0")) api(platform("org.junit:junit-bom:5.9.0")) - api(platform("org.mockito:mockito-bom:4.6.1")) + api(platform("org.mockito:mockito-bom:4.7.0")) constraints { api("com.fasterxml.woodstox:woodstox-core:6.3.0")