diff options
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -214,7 +214,7 @@ <tycho-extras-version>1.0.0</tycho-extras-version> <gson-version>2.2.4</gson-version> <spotbugs-maven-plugin-version>3.1.0-RC8</spotbugs-maven-plugin-version> - <maven-surefire-report-plugin-version>2.20</maven-surefire-report-plugin-version> + <maven-surefire-report-plugin-version>2.20.1</maven-surefire-report-plugin-version> <!-- Properties to enable jacoco code coverage analysis --> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> @@ -358,7 +358,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.20</version> + <version>2.20.1</version> <configuration> <forkCount>${test-fork-count}</forkCount> <reuseForks>true</reuseForks> |