提交 262332a7 编写于 作者: J Juergen Hoeller

Upgrade to Jetty 9.4.23 and Woodstox 5.3

上级 8b1709b8
...@@ -33,7 +33,7 @@ ext { ...@@ -33,7 +33,7 @@ ext {
groovyVersion = "2.5.8" groovyVersion = "2.5.8"
hsqldbVersion = "2.4.1" hsqldbVersion = "2.4.1"
jackson2Version = "2.9.9" jackson2Version = "2.9.9"
jettyVersion = "9.4.21.v20190926" jettyVersion = "9.4.23.v20191118"
junit5Version = "5.3.2" junit5Version = "5.3.2"
kotlinVersion = "1.2.71" kotlinVersion = "1.2.71"
log4jVersion = "2.11.2" log4jVersion = "2.11.2"
......
...@@ -83,7 +83,7 @@ dependencies { ...@@ -83,7 +83,7 @@ dependencies {
testCompile("com.google.code.findbugs:jsr305:3.0.2") testCompile("com.google.code.findbugs:jsr305:3.0.2")
testCompile("org.xmlunit:xmlunit-matchers:2.6.2") testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
testCompile("javax.xml.bind:jaxb-api:2.3.1") 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" exclude group: "stax", module: "stax-api"
} }
} }
......
...@@ -47,7 +47,7 @@ dependencies { ...@@ -47,7 +47,7 @@ dependencies {
} }
optional("commons-fileupload:commons-fileupload:1.4") optional("commons-fileupload:commons-fileupload:1.4")
optional("org.synchronoss.cloud:nio-multipart-parser:1.1.0") 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" exclude group: "stax", module: "stax-api"
} }
optional("com.fasterxml:aalto-xml:1.1.1") optional("com.fasterxml:aalto-xml:1.1.1")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册