Upgrade to Jetty 9.4.23 and Woodstox 5.3

This commit is contained in:
Juergen Hoeller
2019-11-21 13:48:55 +01:00
parent 8b1709b8f3
commit 262332a7c9
3 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ dependencies {
testCompile("com.google.code.findbugs:jsr305:3.0.2")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("javax.xml.bind:jaxb-api:2.3.1")
testCompile("com.fasterxml.woodstox:woodstox-core:5.2.0") {
testCompile("com.fasterxml.woodstox:woodstox-core:5.3.0") {
exclude group: "stax", module: "stax-api"
}
}