We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a583f commit b75982dCopy full SHA for b75982d
1 file changed
pom.xml
@@ -33,7 +33,7 @@
33
<dependency>
34
<groupId>org.apache.maven.plugins</groupId>
35
<artifactId>maven-surefire-plugin</artifactId>
36
- <version>2.12.4</version>
+ <version>3.0.0-M1</version>
37
<type>maven-plugin</type>
38
</dependency>
39
</dependencies>
@@ -43,7 +43,7 @@
43
<plugin>
44
<groupId>org.jacoco</groupId>
45
<artifactId>jacoco-maven-plugin</artifactId>
46
- <version>0.7.9</version>
+ <version>0.8.2</version>
47
<executions>
48
<execution>
49
<goals>
0 commit comments