Skip to content

Commit

Permalink
Bump jacoco-maven plugin to 0.8.11
Browse files Browse the repository at this point in the history
https://github.com/jacoco/jacoco/releases/tag/v0.8.11

JIRA: LIGHTY-267
Signed-off-by: tobias.pobocik <tobias.pobocik@pantheon.tech>
(cherry picked from commit 5a3a6ec)
  • Loading branch information
Tobianas authored and ihrasko committed Oct 25, 2023
1 parent 428814c commit 69961d4
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 69961d4

Please sign in to comment.