Skip to content

Commit 58870ae

Browse files
committed
Update several dependencies, most important retrofit from 2.5.0 -> 2.6.1
1 parent cc469d4 commit 58870ae

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
@@ -221,13 +221,13 @@
221221
<dependency>
222222
<groupId>org.junit.jupiter</groupId>
223223
<artifactId>junit-jupiter-engine</artifactId>
224-
<version>5.5.0-M1</version>
224+
<version>5.5.1</version>
225225
<scope>test</scope>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.junit.platform</groupId>
229229
<artifactId>junit-platform-runner</artifactId>
230-
<version>1.5.0-M1</version>
230+
<version>1.5.1</version>
231231
<scope>test</scope>
232232
</dependency>
233233
<dependency>
@@ -239,29 +239,29 @@
239239
<dependency>
240240
<groupId>org.assertj</groupId>
241241
<artifactId>assertj-core</artifactId>
242-
<version>3.12.2</version>
242+
<version>3.13.2</version>
243243
<scope>test</scope>
244244
</dependency>
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>2.28.2</version>
248+
<version>3.0.0</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>
252252
<groupId>com.squareup.retrofit2</groupId>
253253
<artifactId>retrofit</artifactId>
254-
<version>2.5.0</version>
254+
<version>2.6.1</version>
255255
</dependency>
256256
<dependency>
257257
<groupId>com.squareup.retrofit2</groupId>
258258
<artifactId>converter-moshi</artifactId>
259-
<version>2.5.0</version>
259+
<version>2.6.1</version>
260260
</dependency>
261261
<dependency>
262262
<groupId>org.msgpack</groupId>
263263
<artifactId>msgpack-core</artifactId>
264-
<version>0.8.16</version>
264+
<version>0.8.17</version>
265265
</dependency>
266266
<!-- If we use okhttp instead of java urlconnection we achieve server failover
267267
of the influxdb server address resolves to all influxdb server ips. -->

0 commit comments

Comments
 (0)