File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 309
309
<artifactId >junit</artifactId >
310
310
<version >4.13.2</version >
311
311
<scope >test</scope >
312
+ <exclusions >
313
+ <exclusion >
314
+ <groupId >org.hamcrest</groupId >
315
+ <artifactId >hamcrest-core</artifactId >
316
+ </exclusion >
317
+ </exclusions >
312
318
</dependency >
313
319
<dependency >
314
320
<groupId >org.bouncycastle</groupId >
319
325
<dependency >
320
326
<groupId >org.hamcrest</groupId >
321
327
<artifactId >hamcrest-core</artifactId >
322
- <version >1.3 </version >
328
+ <version >2.2 </version >
323
329
<scope >test</scope >
324
330
</dependency >
325
331
<!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito -->
378
384
<groupId >junit</groupId >
379
385
<artifactId >junit</artifactId >
380
386
</exclusion >
387
+ <exclusion >
388
+ <groupId >org.hamcrest</groupId >
389
+ <artifactId >hamcrest-core</artifactId >
390
+ </exclusion >
381
391
</exclusions >
382
392
</dependency >
383
393
<dependency >
You can’t perform that action at this time.
0 commit comments