From 6c581fde9c08280e37e19ffe1e5f1121bc604631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jun 2022 14:25:21 +0000 Subject: [PATCH] build(deps): bump mockito-core from 3.12.4 to 4.6.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.12.4 to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v4.6.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..547fd41 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.6.1' testImplementation 'org.assertj:assertj-core:3.21.0' testImplementation 'io.ebean:ebean-test:12.12.1' }