Merge branch '4.1.x'

Closes gh-1593
This commit is contained in:
Stéphane Nicoll
2025-05-26 17:40:43 +02:00

View File

@@ -58,9 +58,9 @@ dependencies {
api("org.jdom:jdom2:2.0.6.1")
api("org.jvnet.staxex:stax-ex:2.1.0")
api("org.mockito:mockito-core:5.17.0")
api("org.xmlunit:xmlunit-assertj:2.10.0")
api("org.xmlunit:xmlunit-core:2.10.0")
api("org.xmlunit:xmlunit-placeholders:2.10.0")
api("org.xmlunit:xmlunit-assertj:2.10.2")
api("org.xmlunit:xmlunit-core:2.10.2")
api("org.xmlunit:xmlunit-placeholders:2.10.2")
api("wsdl4j:wsdl4j:1.6.3")
api("xom:xom:1.3.9")
}