We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ba326 commit b2bd025Copy full SHA for b2bd025
1 file changed
pom.xml
@@ -371,15 +371,15 @@
371
<plugin>
372
<groupId>org.apache.maven.plugins</groupId>
373
<artifactId>maven-surefire-plugin</artifactId>
374
- <version>3.0.0-M7</version>
+ <version>3.2.3</version>
375
<configuration>
376
<trimStackTrace>false</trimStackTrace>
377
</configuration>
378
</plugin>
379
380
<groupId>org.jacoco</groupId>
381
<artifactId>jacoco-maven-plugin</artifactId>
382
- <version>0.8.8</version>
+ <version>0.8.10</version>
383
<executions>
384
<execution>
385
<goals>
0 commit comments