Upgrade to Undertow 2.2.3 and Apache HttpCore Reactive 5.0.3

This commit is contained in:
Juergen Hoeller 2020-12-07 22:08:50 +01:00
parent c970c318f4
commit 10f6a22315
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ configure(allprojects) { project ->
entry 'tomcat-embed-core' entry 'tomcat-embed-core'
entry 'tomcat-embed-websocket' entry 'tomcat-embed-websocket'
} }
dependencySet(group: 'io.undertow', version: '2.2.2.Final') { dependencySet(group: 'io.undertow', version: '2.2.3.Final') {
entry 'undertow-core' entry 'undertow-core'
entry('undertow-websockets-jsr') { entry('undertow-websockets-jsr') {
exclude group: "org.jboss.spec.javax.websocket", name: "jboss-websocket-api_1.1_spec" exclude group: "org.jboss.spec.javax.websocket", name: "jboss-websocket-api_1.1_spec"
@ -161,7 +161,7 @@ configure(allprojects) { project ->
exclude group: "commons-logging", name: "commons-logging" exclude group: "commons-logging", name: "commons-logging"
} }
dependency 'org.apache.httpcomponents.client5:httpclient5:5.0.3' dependency 'org.apache.httpcomponents.client5:httpclient5:5.0.3'
dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.2' dependency 'org.apache.httpcomponents.core5:httpcore5-reactive:5.0.3'
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4" dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
dependency "org.jruby:jruby:9.2.13.0" dependency "org.jruby:jruby:9.2.13.0"