From c3386278ff9435286ac3f4047f2dc67b725eec98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 04:58:16 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 4.9.0 to 5.2.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.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 c65a049..949ea03 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { api "io.reactivex.rxjava3:rxjava:3.1.6" testImplementation group: 'junit', name: 'junit', version: '4.13.2' - testImplementation 'org.mockito:mockito-core:4.9.0' + testImplementation 'org.mockito:mockito-core:5.2.0' } apply plugin: 'biz.aQute.bnd.builder'