From f1769ce74e996afe063301e1d94e597b7f2d896e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:05:11 +0000 Subject: [PATCH] Bump mockito-core from 4.6.1 to 5.1.0 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v5.1.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 d92f8e24..b66a692a 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:5.1.0" } test {