File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 196196 <dependency >
197197 <groupId >com.squareup.retrofit2</groupId >
198198 <artifactId >retrofit</artifactId >
199- <version >2.2 .0</version >
199+ <version >2.3 .0</version >
200200 </dependency >
201201 <dependency >
202202 <groupId >com.squareup.retrofit2</groupId >
203203 <artifactId >converter-moshi</artifactId >
204- <version >2.2 .0</version >
204+ <version >2.3 .0</version >
205205 </dependency >
206206 <!-- If we use okhttp instead of java urlconnection we achieve server failover
207207 of the influxdb server address resolves to all influxdb server ips. -->
208208 <dependency >
209209 <groupId >com.squareup.okhttp3</groupId >
210210 <artifactId >okhttp</artifactId >
211- <version >3.7 .0</version >
211+ <version >3.8 .0</version >
212212 </dependency >
213213 <dependency >
214214 <groupId >com.squareup.okhttp3</groupId >
215215 <artifactId >logging-interceptor</artifactId >
216- <version >3.7 .0</version >
216+ <version >3.8 .0</version >
217217 </dependency >
218218 </dependencies >
219219</project >
You can’t perform that action at this time.
0 commit comments