Skip to content

Commit 98965ed

Browse files
authored
Merge pull request #3996 from kubernetes-client/dependabot/maven/master-java8/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 2f11d28 + ddee2fd commit 98965ed

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
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.jacoco</groupId>
8585
<artifactId>jacoco-maven-plugin</artifactId>
86-
<version>0.8.12</version>
86+
<version>0.8.13</version>
8787
<executions>
8888
<execution>
8989
<id>jacoco-initialize</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@
434434
<plugin>
435435
<groupId>org.jacoco</groupId>
436436
<artifactId>jacoco-maven-plugin</artifactId>
437-
<version>0.8.12</version>
437+
<version>0.8.13</version>
438438
</plugin>
439439
<plugin>
440440
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)