From ab8ab39e7ff3edcccdbdf55e6100cbc50ba0029f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 22:03:51 +0000 Subject: [PATCH] Bump mockito-core from 4.4.0 to 5.0.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.4.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.4.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 7bea77b8..c2ed891d 100644 --- a/build.gradle +++ b/build.gradle @@ -92,5 +92,5 @@ dependencies { compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0' testCompile group: 'junit', name: 'junit', version:'4.13.2' testCompile group: 'org.slf4j', name: 'slf4j-simple', version:'1.7.36' - testCompile group: 'org.mockito', name: 'mockito-core', version:'4.4.0' + testCompile group: 'org.mockito', name: 'mockito-core', version:'5.0.0' }