Skip to content

Commit ab39bde

Browse files
committed
Upgrade to XmlUnit 2.10.3
Closes gh-1630
1 parent 24f6bb5 commit ab39bde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-ws-platform/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ dependencies {
7474
api("org.jdom:jdom2:2.0.6.1")
7575
api("org.jvnet.staxex:stax-ex:2.1.0")
7676
api("org.mockito:mockito-core:5.17.0")
77-
api("org.xmlunit:xmlunit-assertj:2.10.2")
78-
api("org.xmlunit:xmlunit-core:2.10.2")
79-
api("org.xmlunit:xmlunit-legacy:2.10.2")
80-
api("org.xmlunit:xmlunit-placeholders:2.10.2")
77+
api("org.xmlunit:xmlunit-assertj:2.10.3")
78+
api("org.xmlunit:xmlunit-core:2.10.3")
79+
api("org.xmlunit:xmlunit-legacy:2.10.3")
80+
api("org.xmlunit:xmlunit-placeholders:2.10.3")
8181
api("wsdl4j:wsdl4j:1.6.3")
8282
api("xom:xom:1.3.9")
8383
}

0 commit comments

Comments
 (0)