From 4662d229aca1165260d059b94131c7d548d01679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 08:28:57 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 4.7.0 to 5.2.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.7.0...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1699357..2b3348a3 100644 --- a/build.gradle +++ b/build.gradle @@ -150,7 +150,7 @@ subprojects { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" testImplementation group: 'junit', name: 'junit', version: '4.13.2' - testImplementation "org.mockito:mockito-core:4.7.0" + testImplementation "org.mockito:mockito-core:5.2.0" testImplementation "org.mockito.kotlin:mockito-kotlin:4.1.0" testImplementation "org.assertj:assertj-core:3.24.2" }