We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af201f commit 1731c65Copy full SHA for 1731c65
spring-ws-platform/build.gradle
@@ -75,9 +75,9 @@ dependencies {
75
api("org.jdom:jdom2:2.0.6.1")
76
api("org.jvnet.staxex:stax-ex:2.1.0")
77
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")
+ api("org.xmlunit:xmlunit-assertj:2.10.3")
+ api("org.xmlunit:xmlunit-core:2.10.3")
+ api("org.xmlunit:xmlunit-placeholders:2.10.3")
81
api("wsdl4j:wsdl4j:1.6.3")
82
api("xom:xom:1.3.9")
83
}
0 commit comments