Skip to content

Commit 262332a

Browse files
committed
Upgrade to Jetty 9.4.23 and Woodstox 5.3
1 parent 8b1709b commit 262332a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ext {
3333
groovyVersion = "2.5.8"
3434
hsqldbVersion = "2.4.1"
3535
jackson2Version = "2.9.9"
36-
jettyVersion = "9.4.21.v20190926"
36+
jettyVersion = "9.4.23.v20191118"
3737
junit5Version = "5.3.2"
3838
kotlinVersion = "1.2.71"
3939
log4jVersion = "2.11.2"

spring-core/spring-core.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies {
8383
testCompile("com.google.code.findbugs:jsr305:3.0.2")
8484
testCompile("org.xmlunit:xmlunit-matchers:2.6.2")
8585
testCompile("javax.xml.bind:jaxb-api:2.3.1")
86-
testCompile("com.fasterxml.woodstox:woodstox-core:5.2.0") {
86+
testCompile("com.fasterxml.woodstox:woodstox-core:5.3.0") {
8787
exclude group: "stax", module: "stax-api"
8888
}
8989
}

spring-web/spring-web.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
}
4848
optional("commons-fileupload:commons-fileupload:1.4")
4949
optional("org.synchronoss.cloud:nio-multipart-parser:1.1.0")
50-
optional("com.fasterxml.woodstox:woodstox-core:5.2.0") { // woodstox before aalto
50+
optional("com.fasterxml.woodstox:woodstox-core:5.3.0") { // woodstox before aalto
5151
exclude group: "stax", module: "stax-api"
5252
}
5353
optional("com.fasterxml:aalto-xml:1.1.1")

0 commit comments

Comments
 (0)