From 271196250632453cac9b6655be2aba35c0d56443 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 00:33:56 +0200 Subject: [PATCH] chore(deps): bump mockito-bom from 4.4.0 to 4.5.0 (#562) Bumps [mockito-bom](https://github.com/mockito/mockito) from 4.4.0 to 4.5.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 003e28f88..fa5819b16 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -138,7 +138,7 @@ subprojects { testImplementation(platform("org.junit:junit-bom:5.8.2")) testImplementation(group = "org.junit.jupiter", name = "junit-jupiter") // - Mocking - testImplementation(platform("org.mockito:mockito-bom:4.4.0")) + testImplementation(platform("org.mockito:mockito-bom:4.5.0")) // - Await testImplementation(group = "org.awaitility", name = "awaitility", version = "4.2.0") // - Logging