From 891493af7e4bfd7c4c2a105b4b6a2f696ad32752 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 13:00:00 +0000 Subject: [PATCH] fix(deps): update dependency org.mockito:mockito-bom to v4.7.0 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index a5c086efa..a05575731 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -134,7 +134,7 @@ subprojects { testImplementation(platform("org.junit:junit-bom:5.9.0")) testImplementation(group = "org.junit.jupiter", name = "junit-jupiter") // - Mocking - testImplementation(platform("org.mockito:mockito-bom:4.6.1")) + testImplementation(platform("org.mockito:mockito-bom:4.7.0")) // - Await testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0") // - Logging