summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 171c5ac3..44e236eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>