diff options
| -rw-r--r-- | pom.xml | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -78,6 +78,7 @@      <!-- Code quality checks --> +    <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>      <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>      <maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version>      <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version> @@ -511,6 +512,7 @@        <plugin>          <groupId>org.jacoco</groupId>          <artifactId>jacoco-maven-plugin</artifactId> +        <version>${jacoco-maven-plugin.version}</version>          <executions>            <execution>              <id>pre-unit-test</id> | 
