Skip to content

Commit 940593f

Browse files
authored
Merge pull request #111 from diffblue/afry/update-surefire
[TG-18919] Update junit and add surefire
2 parents 9eb792c + ca717ad commit 940593f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>junit</groupId>
1616
<artifactId>junit</artifactId>
17-
<version>4.11</version>
17+
<version>4.13.2</version>
1818
<scope>test</scope>
1919
</dependency>
2020
</dependencies>
@@ -49,6 +49,11 @@
4949
<target>1.8</target>
5050
</configuration>
5151
</plugin>
52+
<plugin>
53+
<groupId>org.apache.maven.plugins</groupId>
54+
<artifactId>maven-surefire-plugin</artifactId>
55+
<version>3.0.0</version>
56+
</plugin>
5257
</plugins>
5358
</build>
5459
</project>

0 commit comments

Comments
 (0)