Skip to content

Commit 9c30b2b

Browse files
committed
Upgrade to XmlUnit 2.10.1
Closes gh-1576
1 parent 3b85645 commit 9c30b2b

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
@@ -58,10 +58,10 @@ dependencies {
5858
api("org.jdom:jdom2:2.0.6.1")
5959
api("org.jvnet.staxex:stax-ex:2.1.0")
6060
api("org.mockito:mockito-core:5.17.0")
61-
api("org.xmlunit:xmlunit-assertj:2.10.0")
62-
api("org.xmlunit:xmlunit-core:2.10.0")
63-
api("org.xmlunit:xmlunit-legacy:2.10.0")
64-
api("org.xmlunit:xmlunit-placeholders:2.10.0")
61+
api("org.xmlunit:xmlunit-assertj:2.10.1")
62+
api("org.xmlunit:xmlunit-core:2.10.1")
63+
api("org.xmlunit:xmlunit-legacy:2.10.1")
64+
api("org.xmlunit:xmlunit-placeholders:2.10.1")
6565
api("wsdl4j:wsdl4j:1.6.3")
6666
api("xom:xom:1.3.9")
6767
}

0 commit comments

Comments
 (0)