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'