Skip to content

Commit

Permalink
chore(deps-dev): bump jacoco.version from 0.8.11 to 0.8.12
Browse files Browse the repository at this point in the history
Bumps `jacoco.version` from 0.8.11 to 0.8.12.

Updates `org.jacoco:org.jacoco.core` 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)

Updates `org.jacoco:org.jacoco.agent` 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:org.jacoco.core
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jacoco:org.jacoco.agent
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 9635043 commit 36fcd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
<profile>
<id>coverage</id>
<properties>
<jacoco.version>0.8.11</jacoco.version>
<jacoco.version>0.8.12</jacoco.version>
<arquillian-jacoco.version>1.1.0</arquillian-jacoco.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 36fcd86

Please sign in to comment.