File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33
33
groovyVersion = " 2.5.8"
34
34
hsqldbVersion = " 2.4.1"
35
35
jackson2Version = " 2.9.9"
36
- jettyVersion = " 9.4.21.v20190926 "
36
+ jettyVersion = " 9.4.23.v20191118 "
37
37
junit5Version = " 5.3.2"
38
38
kotlinVersion = " 1.2.71"
39
39
log4jVersion = " 2.11.2"
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ dependencies {
83
83
testCompile(" com.google.code.findbugs:jsr305:3.0.2" )
84
84
testCompile(" org.xmlunit:xmlunit-matchers:2.6.2" )
85
85
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" ) {
87
87
exclude group : " stax" , module : " stax-api"
88
88
}
89
89
}
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dependencies {
47
47
}
48
48
optional(" commons-fileupload:commons-fileupload:1.4" )
49
49
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
51
51
exclude group : " stax" , module : " stax-api"
52
52
}
53
53
optional(" com.fasterxml:aalto-xml:1.1.1" )
You can’t perform that action at this time.
0 commit comments