Upgrade to Jetty Reactive HttpClient 1.1.4
This commit is contained in:
parent
64f4703445
commit
6c7f18e902
|
|
@ -152,7 +152,7 @@ configure(allprojects) { project ->
|
|||
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
|
||||
exclude group: "commons-logging", name: "commons-logging"
|
||||
}
|
||||
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.3"
|
||||
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.4"
|
||||
|
||||
dependency "org.jruby:jruby:9.2.11.1"
|
||||
dependency "org.python:jython-standalone:2.7.1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue