Upgrade to Netty 4.1.44, Jetty 9.4.25, Undertow 2.0.29, OkHttp 3.14.5, Jackson 2.10.2
This commit is contained in:
parent
259ffe9b3b
commit
c562c3a0b3
10
build.gradle
10
build.gradle
|
@ -41,11 +41,11 @@ configure(allprojects) { project ->
|
|||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.1"
|
||||
mavenBom "io.netty:netty-bom:4.1.43.Final"
|
||||
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.2"
|
||||
mavenBom "io.netty:netty-bom:4.1.44.Final"
|
||||
mavenBom "io.projectreactor:reactor-bom:Dysprosium-SR2"
|
||||
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
|
||||
mavenBom "org.eclipse.jetty:jetty-bom:9.4.24.v20191120"
|
||||
mavenBom "org.eclipse.jetty:jetty-bom:9.4.25.v20191220"
|
||||
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.61"
|
||||
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.2"
|
||||
mavenBom "org.junit:junit-bom:5.5.2"
|
||||
|
@ -146,7 +146,7 @@ configure(allprojects) { project ->
|
|||
entry 'tomcat-embed-core'
|
||||
entry 'tomcat-embed-websocket'
|
||||
}
|
||||
dependencySet(group: 'io.undertow', version: '2.0.28.Final') {
|
||||
dependencySet(group: 'io.undertow', version: '2.0.29.Final') {
|
||||
entry 'undertow-core'
|
||||
entry('undertow-websockets-jsr') {
|
||||
exclude group: "org.jboss.spec.javax.websocket", name: "jboss-websocket-api_1.1_spec"
|
||||
|
@ -157,7 +157,7 @@ configure(allprojects) { project ->
|
|||
}
|
||||
}
|
||||
|
||||
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.4') {
|
||||
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.5') {
|
||||
entry 'okhttp'
|
||||
entry 'mockwebserver'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue