From d89983d633fda2f46816066b0f81f697d02aea91 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:24:55 +0200 Subject: [PATCH] Upgrade to Mockito 5.14.1 --- framework-platform/framework-platform.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 657788d763..66c40f1878 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")