diff --git a/build.gradle b/build.gradle index 80840907..d3bbd236 100644 --- a/build.gradle +++ b/build.gradle @@ -231,7 +231,7 @@ dependencies { testImplementation libraries.junit5 testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.15.0' testImplementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1' - testImplementation 'org.mockito:mockito-core:5.13.0' + testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0' testImplementation 'org.springframework:spring-test:6.1.13' testImplementation group: 'xerces', name: 'xercesImpl', version: '2.12.2' @@ -290,7 +290,7 @@ subprojects { testImplementation libraries.junit5 testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: '1.15.0' testImplementation group: 'org.jdom', name: 'jdom2', version: '2.0.6.1' - testImplementation 'org.mockito:mockito-core:5.13.0' + testImplementation 'org.mockito:mockito-core:5.14.1' testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0' testImplementation 'org.springframework:spring-test:6.1.13' testImplementation group: 'xerces', name: 'xercesImpl', version: '2.12.2'