Skip to content

Commit

Permalink
Merge pull request #1270 from kubernetes-client/dependabot/maven/org.…
Browse files Browse the repository at this point in the history
…jacoco-jacoco-maven-plugin-0.8.6

Bump jacoco-maven-plugin from 0.8.5 to 0.8.6
  • Loading branch information
k8s-ci-robot authored Sep 16, 2020
2 parents 0a3af96 + 79c9cc4 commit 5e2b785
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extended/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand Down
2 changes: 1 addition & 1 deletion spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.6</version>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand Down

0 comments on commit 5e2b785

Please sign in to comment.