Skip to content

Commit 56b11a8

Browse files
hamcrest-core v2.2
Updating hamcrest core to v2.2 Adding exclusions for transitives at older version references.
1 parent 93a9946 commit 56b11a8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

+11-1
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,12 @@
309309
<artifactId>junit</artifactId>
310310
<version>4.13.2</version>
311311
<scope>test</scope>
312+
<exclusions>
313+
<exclusion>
314+
<groupId>org.hamcrest</groupId>
315+
<artifactId>hamcrest-core</artifactId>
316+
</exclusion>
317+
</exclusions>
312318
</dependency>
313319
<dependency>
314320
<groupId>org.bouncycastle</groupId>
@@ -319,7 +325,7 @@
319325
<dependency>
320326
<groupId>org.hamcrest</groupId>
321327
<artifactId>hamcrest-core</artifactId>
322-
<version>1.3</version>
328+
<version>2.2</version>
323329
<scope>test</scope>
324330
</dependency>
325331
<!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito -->
@@ -378,6 +384,10 @@
378384
<groupId>junit</groupId>
379385
<artifactId>junit</artifactId>
380386
</exclusion>
387+
<exclusion>
388+
<groupId>org.hamcrest</groupId>
389+
<artifactId>hamcrest-core</artifactId>
390+
</exclusion>
381391
</exclusions>
382392
</dependency>
383393
<dependency>

0 commit comments

Comments
 (0)