Skip to content

Commit

Permalink
⬆️ : bump jacoco-maven-plugin to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed May 21, 2022
1 parent 79f091d commit c08eb24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<npm.version>6.13.4</npm.version>
<spring.vault.version>2.2.2.RELEASE</spring.vault.version>
<frontend-maven-plugin.version>1.11.0</frontend-maven-plugin.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>

<sonar.projectKey>gaia-app:gaia</sonar.projectKey>
<sonar.organization>gaia-app</sonar.organization>
Expand Down Expand Up @@ -236,7 +237,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>${jacoco-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit c08eb24

Please sign in to comment.