Upgrade to Jetty 9.4.23 and Woodstox 6.0.2

This commit is contained in:
Juergen Hoeller 2019-11-21 13:22:30 +01:00
parent 996f7290cf
commit 336e0595c5
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ configure(allprojects) { project ->
mavenBom "io.netty:netty-bom:4.1.43.Final"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.21.v20190926"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.23.v20191118"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.60"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.2"
mavenBom "org.junit:junit-bom:5.5.2"
@ -82,7 +82,7 @@ configure(allprojects) { project ->
dependency "com.caucho:hessian:4.0.62"
dependency "com.fasterxml:aalto-xml:1.2.2"
dependency("com.fasterxml.woodstox:woodstox-core:5.2.0") {
dependency("com.fasterxml.woodstox:woodstox-core:6.0.2") {
exclude group: "stax", name: "stax-api"
}
dependency "com.google.code.gson:gson:2.8.6"