From 10d0e8c73112f458a02e6aa82c637f5f1b7f0065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 04:09:07 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 4.8.0 to 5.8.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v5.8.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 ed900e386..ba16cc5e3 100644 --- a/build.gradle +++ b/build.gradle @@ -112,7 +112,7 @@ subprojects { dependencies { testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" - testImplementation 'org.mockito:mockito-core:4.8.0' + testImplementation 'org.mockito:mockito-core:5.8.0' compileOnly("cloud.commandframework:cloud-core:$cloudVersion") testRuntimeOnly("cloud.commandframework:cloud-core:$cloudVersion") compileOnly("org.jetbrains:annotations:23.0.0")