We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d4dcf commit a299f84Copy full SHA for a299f84
build.gradle
@@ -206,7 +206,7 @@ dependencies {
206
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT'
207
testRuntime group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT'
208
testImplementation 'org.mockito:mockito-core:3.3.1'
209
- testImplementation 'org.xmlunit:xmlunit-core:2.6.3'
+ testImplementation 'org.xmlunit:xmlunit-core:2.6.4'
210
testImplementation 'org.xmlunit:xmlunit-matchers:2.6.4'
211
testImplementation 'com.tngtech.archunit:archunit-junit5-api:0.13.1'
212
testImplementation "org.testfx:testfx-core:4.0.17-alpha-SNAPSHOT"
0 commit comments