Skip to content

Commit 5e2b785

Browse files
authored
Merge pull request #1270 from kubernetes-client/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.6
Bump jacoco-maven-plugin from 0.8.5 to 0.8.6
2 parents 0a3af96 + 79c9cc4 commit 5e2b785

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.5</version>
82+
<version>0.8.6</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
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>org.jacoco</groupId>
6666
<artifactId>jacoco-maven-plugin</artifactId>
67-
<version>0.8.5</version>
67+
<version>0.8.6</version>
6868
<executions>
6969
<execution>
7070
<id>jacoco-initialize</id>

util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.jacoco</groupId>
113113
<artifactId>jacoco-maven-plugin</artifactId>
114-
<version>0.8.5</version>
114+
<version>0.8.6</version>
115115
<executions>
116116
<execution>
117117
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)