Skip to content

Commit

Permalink
Merge pull request #357 from koraktor/dependabot/maven/org.jacoco-jac…
Browse files Browse the repository at this point in the history
…oco-maven-plugin-0.8.11
  • Loading branch information
koraktor authored Nov 8, 2023
2 parents 0b61277 + 1143c18 commit 06d0dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<configuration>
<excludes>
<exclude>**/HelpMojo.*</exclude>
Expand Down Expand Up @@ -468,7 +468,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<configuration>
<rules>
<element>CLASS</element>
Expand Down

0 comments on commit 06d0dae

Please sign in to comment.