Skip to content

Commit

Permalink
MINOR: [Java] Bump org.jacoco:jacoco-maven-plugin in /java
Browse files Browse the repository at this point in the history
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.11...v0.8.12)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 9ee6ea7 commit dd0a47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</plugin>

<!--This plugin's configuration is used to store Eclipse m2e settings
Expand Down Expand Up @@ -1065,7 +1065,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<reportSets>
<reportSet>
<!-- don't run aggregate in child modules -->
Expand Down

0 comments on commit dd0a47e

Please sign in to comment.