Skip to content

Commit

Permalink
Bump JaCoCo Maven Plugin from 0.8.7 to 0.8.8 (#593)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 11, 2022
1 parent 96759ce commit 5dbeb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-monitor-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.8</version>
<configuration>
<destFile>${project.build.directory}/coverage/jacoco-unit.exec</destFile>
<dataFile>${project.build.directory}/coverage/jacoco-unit.exec</dataFile>
Expand Down

0 comments on commit 5dbeb64

Please sign in to comment.