From d4840b5d2c5861d870b7b4e4de487e329181751f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:12:44 +0000 Subject: [PATCH] Bump mockito-core from 4.6.1 to 4.8.1 Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.8.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.6.1...v4.8.1) --- 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..f8107827 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.8.1" } test {