From f754cb751c9b63a8cb38b4c92ac54469e8433a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 04:05:12 +0000 Subject: [PATCH] Bump mockito-core from 4.9.0 to 5.0.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.9.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.9.0...v5.0.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 deabece4..9ed8af65 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ dependencies { testImplementation group: 'junit', name: 'junit', version: '4.13.2' - testImplementation 'org.mockito:mockito-core:4.9.0' + testImplementation 'org.mockito:mockito-core:5.0.0' } apply plugin: 'biz.aQute.bnd.builder'