Skip to content

Commit c1a9efb

Browse files
authored
Merge pull request #2646 from kubernetes-client/dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.10
build(deps): bump jacoco-maven-plugin from 0.8.9 to 0.8.10
2 parents 518881e + ebb8c8f commit c1a9efb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extended/pom.xml

+1-1
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.9</version>
86+
<version>0.8.10</version>
8787
<executions>
8888
<execution>
8989
<id>jacoco-initialize</id>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ limitations under the License.
568568
<plugin>
569569
<groupId>org.jacoco</groupId>
570570
<artifactId>jacoco-maven-plugin</artifactId>
571-
<version>0.8.9</version>
571+
<version>0.8.10</version>
572572
<executions>
573573
<execution>
574574
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)