Skip to content

Commit

Permalink
Upgrade to Jetty 9.4.23 and Woodstox 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Nov 21, 2019
1 parent 8b1709b commit 262332a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -33,7 +33,7 @@ ext {
groovyVersion = "2.5.8"
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.9"
jettyVersion = "9.4.21.v20190926"
jettyVersion = "9.4.23.v20191118"
junit5Version = "5.3.2"
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
Expand Down
2 changes: 1 addition & 1 deletion spring-core/spring-core.gradle
Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion spring-web/spring-web.gradle
Expand Up @@ -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")
Expand Down

0 comments on commit 262332a

Please sign in to comment.