diff --git a/build.gradle b/build.gradle index b72b14d1e16..ad3481faa31 100644 --- a/build.gradle +++ b/build.gradle @@ -198,7 +198,7 @@ dependencies { testImplementation 'net.bytebuddy:byte-buddy-parent:1.10.19' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT' testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' - testImplementation 'org.mockito:mockito-core:3.7.0' + testImplementation 'org.mockito:mockito-core:3.7.7' testImplementation 'org.xmlunit:xmlunit-core:2.8.2' testImplementation 'org.xmlunit:xmlunit-matchers:2.8.2' testRuntime 'com.tngtech.archunit:archunit-junit5-engine:0.15.0'