Skip to content

Commit 9b89a3f

Browse files
committed
usual round of dependency updates, retrofit from 2.7.2 -> 2.8.1 to support jdk14, junit/jupiter from 5.6.0 -> 5.6.1/1.6.0 -> 1.6.1
1 parent a6226c9 commit 9b89a3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@
242242
<dependency>
243243
<groupId>org.junit.jupiter</groupId>
244244
<artifactId>junit-jupiter-engine</artifactId>
245-
<version>5.6.0</version>
245+
<version>5.6.1</version>
246246
<scope>test</scope>
247247
</dependency>
248248
<dependency>
249249
<groupId>org.junit.platform</groupId>
250250
<artifactId>junit-platform-runner</artifactId>
251-
<version>1.6.0</version>
251+
<version>1.6.1</version>
252252
<scope>test</scope>
253253
</dependency>
254254
<dependency>
@@ -266,13 +266,13 @@
266266
<dependency>
267267
<groupId>org.mockito</groupId>
268268
<artifactId>mockito-core</artifactId>
269-
<version>3.3.0</version>
269+
<version>3.3.3</version>
270270
<scope>test</scope>
271271
</dependency>
272272
<dependency>
273273
<groupId>com.squareup.retrofit2</groupId>
274274
<artifactId>retrofit</artifactId>
275-
<version>2.7.2</version>
275+
<version>2.8.1</version>
276276
<exclusions>
277277
<exclusion>
278278
<groupId>com.squareup.okhttp3</groupId>
@@ -283,7 +283,7 @@
283283
<dependency>
284284
<groupId>com.squareup.retrofit2</groupId>
285285
<artifactId>converter-moshi</artifactId>
286-
<version>2.7.2</version>
286+
<version>2.8.1</version>
287287
<exclusions>
288288
<exclusion>
289289
<groupId>com.squareup.okio</groupId>

0 commit comments

Comments
 (0)