From f5daf4afcd1200046c32f385324e5d9f69af96c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 01:46:36 +0000 Subject: [PATCH] Bump mockito-core from 4.+ to 5.1.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.+ to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits/v5.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2b6256bb..527b5e5a 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' testImplementation 'org.hamcrest:hamcrest-core:2.2' testImplementation gradleTestKit() - testImplementation "org.mockito:mockito-core:4.+" + testImplementation "org.mockito:mockito-core:5.+" testImplementation 'com.github.stefanbirkner:system-rules:1.19.0' }