Skip to content

Commit 14a99ce

Browse files
committed
Update retrofit from 2.2.0 -> 2.3.0 and okhttp from 3.7.0 -> 3.8.0
1 parent a2ddba4 commit 14a99ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,24 +196,24 @@
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>

0 commit comments

Comments
 (0)