From 37d36bfd510928596cb5a18340f0237420e64a27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 19:31:16 +0000 Subject: [PATCH] Bump mockito-core from 3.+ to 4.6.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 3.+ to 4.6.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/commits/v4.6.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95c8271..946ddad 100644 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,7 @@ dependencies { //Add dependencies here //Test dependencies testImplementation 'org.junit.jupiter:junit-jupiter:5.+' - testImplementation "org.mockito:mockito-core:3.+" + testImplementation "org.mockito:mockito-core:4.+" // testImplementation mockBukkit() testImplementation 'org.assertj:assertj-core:3.+' testImplementation lombok()