Upgrade to RxJava 2.2.17, OkHttp 3.14.6, Jetty Reactive HttpClient 1.1.1
This commit is contained in:
parent
6747cc1353
commit
0801a7d7e4
|
|
@ -69,7 +69,7 @@ configure(allprojects) { project ->
|
||||||
|
|
||||||
dependency "io.reactivex:rxjava:1.3.8"
|
dependency "io.reactivex:rxjava:1.3.8"
|
||||||
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
|
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
|
||||||
dependency "io.reactivex.rxjava2:rxjava:2.2.16"
|
dependency "io.reactivex.rxjava2:rxjava:2.2.17"
|
||||||
|
|
||||||
dependency "com.caucho:hessian:4.0.62"
|
dependency "com.caucho:hessian:4.0.62"
|
||||||
dependency "com.fasterxml:aalto-xml:1.2.2"
|
dependency "com.fasterxml:aalto-xml:1.2.2"
|
||||||
|
|
@ -150,7 +150,7 @@ configure(allprojects) { project ->
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.5') {
|
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.6') {
|
||||||
entry 'okhttp'
|
entry 'okhttp'
|
||||||
entry 'mockwebserver'
|
entry 'mockwebserver'
|
||||||
}
|
}
|
||||||
|
|
@ -160,7 +160,7 @@ configure(allprojects) { project ->
|
||||||
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
|
dependency("org.apache.httpcomponents:httpasyncclient:4.1.4") {
|
||||||
exclude group: "commons-logging", name: "commons-logging"
|
exclude group: "commons-logging", name: "commons-logging"
|
||||||
}
|
}
|
||||||
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.0.3"
|
dependency "org.eclipse.jetty:jetty-reactive-httpclient:1.1.1"
|
||||||
|
|
||||||
dependency "org.jruby:jruby:9.2.9.0"
|
dependency "org.jruby:jruby:9.2.9.0"
|
||||||
dependency "org.python:jython-standalone:2.7.1"
|
dependency "org.python:jython-standalone:2.7.1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue