Skip to content

Commit

Permalink
Update the jacoco-maven-plugin plugin to 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Apr 7, 2023
1 parent 60642a1 commit 3b79fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

### Notes
- Update the `license-maven-plugin` plugin to `4.2`
- Update the `jacoco-maven-plugin` plugin to `0.8.9`

## [v1.1.3](https://github.com/AlexisJehan/MavenCheck/releases/tag/v1.1.3) (2023-03-20)

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.9</version>
<executions>
<execution>
<id>jacoco-prepare-agent</id>
Expand Down

0 comments on commit 3b79fc0

Please sign in to comment.