From a9d13cb2fb5a0b3d9bde7fe9c442d1cb744ad6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 14:37:15 +0000 Subject: [PATCH] build(deps): bump mockito-core from 3.12.4 to 4.8.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.8.1) --- 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 fe134f6..0ec4e97 100644 --- a/build.gradle +++ b/build.gradle @@ -66,7 +66,7 @@ dependencies { testImplementation group: 'com.h2database', name: 'h2', version: '1.4.200' testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' - testImplementation 'org.mockito:mockito-core:3.12.4' + testImplementation 'org.mockito:mockito-core:4.8.1' testImplementation 'org.assertj:assertj-core:3.21.0' testImplementation 'io.ebean:ebean-test:12.12.1' }