diff --git a/build.gradle b/build.gradle index a4ba6806584..32322418954 100644 --- a/build.gradle +++ b/build.gradle @@ -210,7 +210,7 @@ dependencies { testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:4.2.0' testImplementation 'org.xmlunit:xmlunit-core:2.8.4' - testImplementation 'org.xmlunit:xmlunit-matchers:2.8.3' + testImplementation 'org.xmlunit:xmlunit-matchers:2.8.4' testRuntimeOnly 'com.tngtech.archunit:archunit-junit5-engine:0.22.0' testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.22.0' testImplementation "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT"