Skip to content

Commit

Permalink
Update to jacoco 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki43zoo committed Jun 30, 2020
1 parent 05bcc76 commit 8a9c888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -45,7 +45,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<java-version>1.8</java-version>

<org.jacoco.jacoco-maven-plugin.version>0.8.2</org.jacoco.jacoco-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>

</properties>
Expand All @@ -64,7 +64,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${org.jacoco.jacoco-maven-plugin.version}</version>
<version>${jacoco-maven-plugin.version}</version>
<executions>
<execution>
<id>prepare-agent</id>
Expand Down

0 comments on commit 8a9c888

Please sign in to comment.