Skip to content

Commit ffa2fe2

Browse files
committed
Update dependencies
1 parent 01a8d08 commit ffa2fe2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,19 @@
239239
<dependency>
240240
<groupId>org.assertj</groupId>
241241
<artifactId>assertj-core</artifactId>
242-
<version>3.13.2</version>
242+
<version>3.14.0</version>
243243
<scope>test</scope>
244244
</dependency>
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>3.0.0</version>
248+
<version>3.1.0</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>
252252
<groupId>com.squareup.retrofit2</groupId>
253253
<artifactId>retrofit</artifactId>
254-
<version>2.6.1</version>
254+
<version>2.6.2</version>
255255
<exclusions>
256256
<exclusion>
257257
<groupId>com.squareup.okhttp3</groupId>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.squareup.retrofit2</groupId>
264264
<artifactId>converter-moshi</artifactId>
265-
<version>2.6.1</version>
265+
<version>2.6.2</version>
266266
<exclusions>
267267
<exclusion>
268268
<groupId>com.squareup.okio</groupId>
@@ -273,19 +273,19 @@
273273
<dependency>
274274
<groupId>org.msgpack</groupId>
275275
<artifactId>msgpack-core</artifactId>
276-
<version>0.8.17</version>
276+
<version>0.8.18</version>
277277
</dependency>
278278
<!-- If we use okhttp instead of java urlconnection we achieve server failover
279279
of the influxdb server address resolves to all influxdb server ips. -->
280280
<dependency>
281281
<groupId>com.squareup.okhttp3</groupId>
282282
<artifactId>okhttp</artifactId>
283-
<version>3.14.3</version>
283+
<version>3.14.4</version>
284284
</dependency>
285285
<dependency>
286286
<groupId>com.squareup.okhttp3</groupId>
287287
<artifactId>logging-interceptor</artifactId>
288-
<version>3.14.3</version>
288+
<version>3.14.4</version>
289289
</dependency>
290290
</dependencies>
291291
<profiles>

0 commit comments

Comments
 (0)