|
239 | 239 | <dependency>
|
240 | 240 | <groupId>org.assertj</groupId>
|
241 | 241 | <artifactId>assertj-core</artifactId>
|
242 |
| - <version>3.13.2</version> |
| 242 | + <version>3.14.0</version> |
243 | 243 | <scope>test</scope>
|
244 | 244 | </dependency>
|
245 | 245 | <dependency>
|
246 | 246 | <groupId>org.mockito</groupId>
|
247 | 247 | <artifactId>mockito-core</artifactId>
|
248 |
| - <version>3.0.0</version> |
| 248 | + <version>3.1.0</version> |
249 | 249 | <scope>test</scope>
|
250 | 250 | </dependency>
|
251 | 251 | <dependency>
|
252 | 252 | <groupId>com.squareup.retrofit2</groupId>
|
253 | 253 | <artifactId>retrofit</artifactId>
|
254 |
| - <version>2.6.1</version> |
| 254 | + <version>2.6.2</version> |
255 | 255 | <exclusions>
|
256 | 256 | <exclusion>
|
257 | 257 | <groupId>com.squareup.okhttp3</groupId>
|
|
262 | 262 | <dependency>
|
263 | 263 | <groupId>com.squareup.retrofit2</groupId>
|
264 | 264 | <artifactId>converter-moshi</artifactId>
|
265 |
| - <version>2.6.1</version> |
| 265 | + <version>2.6.2</version> |
266 | 266 | <exclusions>
|
267 | 267 | <exclusion>
|
268 | 268 | <groupId>com.squareup.okio</groupId>
|
|
273 | 273 | <dependency>
|
274 | 274 | <groupId>org.msgpack</groupId>
|
275 | 275 | <artifactId>msgpack-core</artifactId>
|
276 |
| - <version>0.8.17</version> |
| 276 | + <version>0.8.18</version> |
277 | 277 | </dependency>
|
278 | 278 | <!-- If we use okhttp instead of java urlconnection we achieve server failover
|
279 | 279 | of the influxdb server address resolves to all influxdb server ips. -->
|
280 | 280 | <dependency>
|
281 | 281 | <groupId>com.squareup.okhttp3</groupId>
|
282 | 282 | <artifactId>okhttp</artifactId>
|
283 |
| - <version>3.14.3</version> |
| 283 | + <version>3.14.4</version> |
284 | 284 | </dependency>
|
285 | 285 | <dependency>
|
286 | 286 | <groupId>com.squareup.okhttp3</groupId>
|
287 | 287 | <artifactId>logging-interceptor</artifactId>
|
288 |
| - <version>3.14.3</version> |
| 288 | + <version>3.14.4</version> |
289 | 289 | </dependency>
|
290 | 290 | </dependencies>
|
291 | 291 | <profiles>
|
|
0 commit comments