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

@@ -47,7 +47,7 @@ dependencies {
}
optional("commons-fileupload:commons-fileupload:1.4")
optional("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
optional("com.fasterxml.woodstox:woodstox-core:5.2.0") { // woodstox before aalto
optional("com.fasterxml.woodstox:woodstox-core:5.3.0") { // woodstox before aalto
exclude group: "stax", module: "stax-api"
}
optional("com.fasterxml:aalto-xml:1.1.1")