Skip to content

Commit

Permalink
update jacoco
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld committed Dec 5, 2022
1 parent 344303a commit 8cf9f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions dpppt-backend-sdk/dpppt-backend-sdk-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<executions>
<execution>
<id>report-aggregate</id>
Expand Down
3 changes: 2 additions & 1 deletion dpppt-backend-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<executions>
<!-- set arg line property for surefire -->
<execution>
Expand Down Expand Up @@ -485,7 +486,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.8</version>
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
Expand Down

0 comments on commit 8cf9f2e

Please sign in to comment.