Skip to content

Commit a7b1665

Browse files
committed
Upgrade to XmlUnit AssertJ 2.10.4
Closes gh-1700
1 parent 1d17db1 commit a7b1665

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.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")
77+
api("org.xmlunit:xmlunit-assertj:2.10.4")
78+
api("org.xmlunit:xmlunit-core:2.10.4")
79+
api("org.xmlunit:xmlunit-legacy:2.10.4")
80+
api("org.xmlunit:xmlunit-placeholders:2.10.4")
8181
api("wsdl4j:wsdl4j:1.6.3")
8282
api("xom:xom:1.3.9")
8383
}

0 commit comments

Comments
 (0)