diff --git a/build.gradle b/build.gradle index ef3200bd..cac4ec70 100644 --- a/build.gradle +++ b/build.gradle @@ -340,7 +340,7 @@ dependencies { testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.24' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.9.1' - testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.4.0' testRuntimeOnly group: 'de.flapdoodle.embed', name: 'de.flapdoodle.embed.mongo', version: '3.5.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-api:5.9.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'