From 2177ff49f6913098f7c6705104955e189758182a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:03:18 +0000 Subject: [PATCH] Bump mockito-core from 4.6.1 to 4.11.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d92f8e24..17fae083 100644 --- a/build.gradle +++ b/build.gradle @@ -198,7 +198,7 @@ subprojects { testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2" // Tests - Mocking Suite (eg. mocking Bukkit for tests) - testImplementation "org.mockito:mockito-core:4.6.1" + testImplementation "org.mockito:mockito-core:4.11.0" } test {