Skip to content

Commit

Permalink
Update jacoco to 0.8.9 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva authored Apr 4, 2023
1 parent 9f2bd27 commit 463c821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.core</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
</dependency>

<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
<version>0.8.8</version>
<version>0.8.9</version>
</dependency>

<!-- https://mvnrepository.com/artifact/junit/junit -->
Expand Down Expand Up @@ -257,7 +257,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
<executions>
<execution>
<goals>
Expand Down
Binary file modified src/main/resources/jacocoagent.jar
Binary file not shown.

0 comments on commit 463c821

Please sign in to comment.