Skip to content

Commit 1731c65

Browse files
committed
Upgrade to XmlUnit 2.10.3
Closes gh-1642
1 parent 5af201f commit 1731c65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-ws-platform/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ dependencies {
7575
api("org.jdom:jdom2:2.0.6.1")
7676
api("org.jvnet.staxex:stax-ex:2.1.0")
7777
api("org.mockito:mockito-core:5.17.0")
78-
api("org.xmlunit:xmlunit-assertj:2.10.2")
79-
api("org.xmlunit:xmlunit-core:2.10.2")
80-
api("org.xmlunit:xmlunit-placeholders:2.10.2")
78+
api("org.xmlunit:xmlunit-assertj:2.10.3")
79+
api("org.xmlunit:xmlunit-core: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)