Skip to content

Commit e4574bf

Browse files
committed
Upgrade to XmlUnit AssertJ 2.10.4
Closes gh-1692
1 parent 433b4e7 commit e4574bf

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
@@ -71,10 +71,10 @@ dependencies {
7171
api("org.jdom:jdom2:2.0.6.1")
7272
api("org.jvnet.staxex:stax-ex:2.1.0")
7373
api("org.mockito:mockito-core:4.11.0")
74-
api("org.xmlunit:xmlunit-assertj:2.10.2")
75-
api("org.xmlunit:xmlunit-core:2.10.2")
76-
api("org.xmlunit:xmlunit-legacy:2.10.2")
77-
api("org.xmlunit:xmlunit-placeholders:2.10.2")
74+
api("org.xmlunit:xmlunit-assertj:2.10.4")
75+
api("org.xmlunit:xmlunit-core:2.10.4")
76+
api("org.xmlunit:xmlunit-legacy:2.10.4")
77+
api("org.xmlunit:xmlunit-placeholders:2.10.4")
7878
api("wsdl4j:wsdl4j:1.6.3")
7979
api("xom:xom:1.3.9")
8080
}

0 commit comments

Comments
 (0)