From 2713d7a12c42043a75ad1e8f99421d04b18bca69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 20:18:58 +0000 Subject: [PATCH] build(deps): bump org.mockito:mockito-junit-jupiter Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.16.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.16.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8c6fc3c..ec37acb 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.27.7' // Mockito for Game Entities & Networking Mocks - testImplementation 'org.mockito:mockito-core:5.16.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.16.0' + testImplementation 'org.mockito:mockito-core:5.23.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.23.0' testImplementation(fileTree(dir: 'libs', include: 'ProjectZomboid*.jar')) testRuntimeOnly 'org.junit.platform:junit-platform-launcher'