Skip to content

Commit

Permalink
Update jacoco-maven-plugin to 0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Apr 4, 2024
1 parent 9b442e5 commit 0d35df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Airbase 154
* Plugin updates:
- pmd to 7.0.0
- git-commit-id-maven-plugin to 8.0.2
- jacoco-maven-plugin 0.8.12

Airbase 153
* Dependency updates:
Expand Down
2 changes: 1 addition & 1 deletion airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<configuration>
<skip>${air.check.skip-jacoco}</skip>
</configuration>
Expand Down

0 comments on commit 0d35df0

Please sign in to comment.