Skip to content

Commit c8d5a81

Browse files
authored
Merge pull request #3272 from kubernetes-client/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.12
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12
2 parents 065d21a + ee0dc08 commit c8d5a81

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
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.jacoco</groupId>
9090
<artifactId>jacoco-maven-plugin</artifactId>
91-
<version>0.8.11</version>
91+
<version>0.8.12</version>
9292
<executions>
9393
<execution>
9494
<id>jacoco-initialize</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
<plugin>
432432
<groupId>org.jacoco</groupId>
433433
<artifactId>jacoco-maven-plugin</artifactId>
434-
<version>0.8.11</version>
434+
<version>0.8.12</version>
435435
</plugin>
436436
<plugin>
437437
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)