Commit aca83149b5de0b53bfc63a93b6837963ffdbd710

Authored by Bartłomiej Nitoń
1 parent 7070c3df

Update jacoco plugin version.

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -196,7 +196,7 @@
196 196 <plugin>
197 197 <groupId>org.jacoco</groupId>
198 198 <artifactId>jacoco-maven-plugin</artifactId>
199   - <version>0.7.9</version>
  199 + <version>0.8.4</version>
200 200 <executions>
201 201 <execution>
202 202 <id>default-prepare-agent</id>
... ... @@ -431,7 +431,7 @@
431 431 <plugin>
432 432 <groupId>org.jacoco</groupId>
433 433 <artifactId>jacoco-maven-plugin</artifactId>
434   - <version>0.7.9</version>
  434 + <version>0.8.4</version>
435 435 <reportSets>
436 436 <reportSet>
437 437 <reports>
... ...