Skip to content

Commit 525aa38

Browse files
author
Olivier Chédru
committed
Upgrade Hamcrest
1 parent 807fb38 commit 525aa38

5 files changed

Lines changed: 47 additions & 132 deletions

File tree

pom.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,28 @@
2828
<antlr.version>4.10.1</antlr.version>
2929
</properties>
3030

31+
<dependencyManagement>
32+
<dependencies>
33+
<dependency>
34+
<groupId>org.junit</groupId>
35+
<artifactId>junit-bom</artifactId>
36+
<version>5.8.2</version>
37+
<type>pom</type>
38+
<scope>import</scope>
39+
</dependency>
40+
</dependencies>
41+
</dependencyManagement>
42+
3143
<dependencies>
3244
<dependency>
33-
<groupId>junit</groupId>
34-
<artifactId>junit</artifactId>
35-
<version>4.13.2</version>
45+
<groupId>org.junit.jupiter</groupId>
46+
<artifactId>junit-jupiter</artifactId>
3647
<scope>test</scope>
3748
</dependency>
3849
<dependency>
3950
<groupId>org.hamcrest</groupId>
4051
<artifactId>hamcrest-library</artifactId>
41-
<version>1.3</version>
52+
<version>2.2</version>
4253
</dependency>
4354
<dependency>
4455
<groupId>org.antlr</groupId>
@@ -49,6 +60,10 @@
4960

5061
<build>
5162
<plugins>
63+
<plugin>
64+
<artifactId>maven-surefire-plugin</artifactId>
65+
<version>3.0.0-M7</version>
66+
</plugin>
5267
<plugin>
5368
<groupId>org.antlr</groupId>
5469
<artifactId>antlr4-maven-plugin</artifactId>

0 commit comments

Comments
 (0)