Skip to content

Commit c1b4d5b

Browse files
authored
Merge pull request #2202 from kubernetes-client/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.8
Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
2 parents 75a1be2 + ca1fe85 commit c1b4d5b

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
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.jacoco</groupId>
8585
<artifactId>jacoco-maven-plugin</artifactId>
86-
<version>0.8.7</version>
86+
<version>0.8.8</version>
8787
<executions>
8888
<execution>
8989
<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.7</version>
80+
<version>0.8.8</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
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.jacoco</groupId>
129129
<artifactId>jacoco-maven-plugin</artifactId>
130-
<version>0.8.7</version>
130+
<version>0.8.8</version>
131131
<executions>
132132
<execution>
133133
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)