Skip to content

Commit 8183197

Browse files
authored
Merge pull request #1683 from kubernetes-client/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.7
Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
2 parents 7b668f8 + fb6bee8 commit 8183197

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extended/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.jacoco</groupId>
8181
<artifactId>jacoco-maven-plugin</artifactId>
82-
<version>0.8.6</version>
82+
<version>0.8.7</version>
8383
<executions>
8484
<execution>
8585
<id>jacoco-initialize</id>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.jacoco</groupId>
7979
<artifactId>jacoco-maven-plugin</artifactId>
80-
<version>0.8.6</version>
80+
<version>0.8.7</version>
8181
<executions>
8282
<execution>
8383
<id>jacoco-initialize</id>

util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.jacoco</groupId>
124124
<artifactId>jacoco-maven-plugin</artifactId>
125-
<version>0.8.6</version>
125+
<version>0.8.7</version>
126126
<executions>
127127
<execution>
128128
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)