Skip to content

Commit

Permalink
chore: bump jacoco to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
andre15silva committed Apr 3, 2024
1 parent 463c821 commit dd49337
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.9</version>
<version>0.8.12</version>
</dependency>

<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
<version>0.8.9</version>
<version>0.8.12</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.9</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down
Binary file modified src/main/resources/jacocoagent.jar
Binary file not shown.

0 comments on commit dd49337

Please sign in to comment.