diff --git a/build.gradle b/build.gradle index f33ed71..65215d7 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { testImplementation 'org.assertj:assertj-core:3.27.7' testImplementation 'org.mockito:mockito-core:4.8.1' testImplementation 'commons-io:commons-io:2.14.0' - testImplementation 'org.xmlunit:xmlunit-assertj:2.9.0' + testImplementation 'org.xmlunit:xmlunit-assertj:2.10.0' testImplementation 'org.slf4j:slf4j-simple:2.0.3' testImplementation 'com.github.spotbugs:spotbugs-annotations:4.7.3' diff --git a/pom.xml b/pom.xml index 9ae8483..2690f70 100644 --- a/pom.xml +++ b/pom.xml @@ -217,7 +217,7 @@ org.xmlunit xmlunit-assertj - 2.9.0 + 2.10.0 test