Skip to content

Commit

Permalink
Bump jacoco-maven plugin to 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobianas committed Oct 24, 2023
1 parent 5c56945 commit 5dedcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lighty-core/lighty-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<id>jacoco-prepare-agent</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<id>jacoco-prepare-agent</id>
Expand Down

0 comments on commit 5dedcfb

Please sign in to comment.