File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ configure(allprojects) { project ->
69
69
70
70
dependency " io.reactivex:rxjava:1.3.8"
71
71
dependency " io.reactivex:rxjava-reactive-streams:1.2.1"
72
- dependency " io.reactivex.rxjava2:rxjava:2.2.16 "
72
+ dependency " io.reactivex.rxjava2:rxjava:2.2.17 "
73
73
74
74
dependency " com.caucho:hessian:4.0.62"
75
75
dependency " com.fasterxml:aalto-xml:1.2.2"
@@ -150,7 +150,7 @@ configure(allprojects) { project ->
150
150
}
151
151
}
152
152
153
- dependencySet(group : ' com.squareup.okhttp3' , version : ' 3.14.5 ' ) {
153
+ dependencySet(group : ' com.squareup.okhttp3' , version : ' 3.14.6 ' ) {
154
154
entry ' okhttp'
155
155
entry ' mockwebserver'
156
156
}
@@ -160,7 +160,7 @@ configure(allprojects) { project ->
160
160
dependency(" org.apache.httpcomponents:httpasyncclient:4.1.4" ) {
161
161
exclude group : " commons-logging" , name : " commons-logging"
162
162
}
163
- dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.0.3 "
163
+ dependency " org.eclipse.jetty:jetty-reactive-httpclient:1.1.1 "
164
164
165
165
dependency " org.jruby:jruby:9.2.9.0"
166
166
dependency " org.python:jython-standalone:2.7.1"
You can’t perform that action at this time.
0 commit comments