File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 242
242
<dependency >
243
243
<groupId >org.junit.jupiter</groupId >
244
244
<artifactId >junit-jupiter-engine</artifactId >
245
- <version >5.6.0 </version >
245
+ <version >5.6.1 </version >
246
246
<scope >test</scope >
247
247
</dependency >
248
248
<dependency >
249
249
<groupId >org.junit.platform</groupId >
250
250
<artifactId >junit-platform-runner</artifactId >
251
- <version >1.6.0 </version >
251
+ <version >1.6.1 </version >
252
252
<scope >test</scope >
253
253
</dependency >
254
254
<dependency >
266
266
<dependency >
267
267
<groupId >org.mockito</groupId >
268
268
<artifactId >mockito-core</artifactId >
269
- <version >3.3.0 </version >
269
+ <version >3.3.3 </version >
270
270
<scope >test</scope >
271
271
</dependency >
272
272
<dependency >
273
273
<groupId >com.squareup.retrofit2</groupId >
274
274
<artifactId >retrofit</artifactId >
275
- <version >2.7.2 </version >
275
+ <version >2.8.1 </version >
276
276
<exclusions >
277
277
<exclusion >
278
278
<groupId >com.squareup.okhttp3</groupId >
283
283
<dependency >
284
284
<groupId >com.squareup.retrofit2</groupId >
285
285
<artifactId >converter-moshi</artifactId >
286
- <version >2.7.2 </version >
286
+ <version >2.8.1 </version >
287
287
<exclusions >
288
288
<exclusion >
289
289
<groupId >com.squareup.okio</groupId >
You can’t perform that action at this time.
0 commit comments