Skip to content

Commit 7804fea

Browse files
authored
Merge pull request #992 from kubernetes-client/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.5
Bump jacoco-maven-plugin from 0.8.2 to 0.8.5
2 parents 075c71a + 4eaae56 commit 7804fea

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
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.jacoco</groupId>
7777
<artifactId>jacoco-maven-plugin</artifactId>
78-
<version>0.8.2</version>
78+
<version>0.8.5</version>
7979
<executions>
8080
<execution>
8181
<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.2</version>
67+
<version>0.8.5</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
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.jacoco</groupId>
105105
<artifactId>jacoco-maven-plugin</artifactId>
106-
<version>0.8.2</version>
106+
<version>0.8.5</version>
107107
<executions>
108108
<execution>
109109
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)