Skip to content

Commit

Permalink
Merge pull request #2835 from kubernetes-client/dependabot/maven/org.…
Browse files Browse the repository at this point in the history
…jacoco-jacoco-maven-plugin-0.8.11

build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
  • Loading branch information
k8s-ci-robot authored Oct 17, 2023
2 parents 1b3401a + 7f617d1 commit f09750d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extended/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<id>jacoco-initialize</id>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit f09750d

Please sign in to comment.