Skip to content

Commit 6a6d6f6

Browse files
committed
Upgrade to XmlUnit 2.10.2
Closes gh-1591
1 parent 2358e64 commit 6a6d6f6

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
@@ -55,10 +55,10 @@ dependencies {
5555
api("org.jdom:jdom2:2.0.6.1")
5656
api("org.jvnet.staxex:stax-ex:2.1.0")
5757
api("org.mockito:mockito-core:4.11.0")
58-
api("org.xmlunit:xmlunit-assertj:2.10.0")
59-
api("org.xmlunit:xmlunit-core:2.10.0")
60-
api("org.xmlunit:xmlunit-legacy:2.10.0")
61-
api("org.xmlunit:xmlunit-placeholders:2.10.0")
58+
api("org.xmlunit:xmlunit-assertj:2.10.2")
59+
api("org.xmlunit:xmlunit-core:2.10.2")
60+
api("org.xmlunit:xmlunit-legacy:2.10.2")
61+
api("org.xmlunit:xmlunit-placeholders:2.10.2")
6262
api("wsdl4j:wsdl4j:1.6.3")
6363
api("xom:xom:1.3.7")
6464
}

0 commit comments

Comments
 (0)