Skip to content

Commit

Permalink
Merge pull request #15 from majusko/dependabot/maven/org.jacoco-jacoc…
Browse files Browse the repository at this point in the history
…o-maven-plugin-0.8.5

Bump jacoco-maven-plugin from 0.8.3 to 0.8.5
  • Loading branch information
majusko authored Aug 19, 2020
2 parents f5bb80a + e970812 commit 9bff00c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.3</version>
<version>0.8.5</version>
<configuration>
<excludes>
<exclude>**/*Application.*</exclude>
Expand Down

0 comments on commit 9bff00c

Please sign in to comment.