Skip to content

Commit 6fd0e71

Browse files
authored
Merge pull request #3997 from kubernetes-client/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.13
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13
2 parents d73b918 + 3057a1a commit 6fd0e71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extended/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.jacoco</groupId>
8686
<artifactId>jacoco-maven-plugin</artifactId>
87-
<version>0.8.12</version>
87+
<version>0.8.13</version>
8888
<executions>
8989
<execution>
9090
<id>jacoco-initialize</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@
415415
<plugin>
416416
<groupId>org.jacoco</groupId>
417417
<artifactId>jacoco-maven-plugin</artifactId>
418-
<version>0.8.12</version>
418+
<version>0.8.13</version>
419419
</plugin>
420420
<plugin>
421421
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)