Skip to content

Commit

Permalink
build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.12
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.8 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.8...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 Apr 10, 2024
1 parent ca57f91 commit 783127a
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 @@ -59,7 +59,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.coverage.exclusions>**/ittest/*.java<!-- sonar cannot measure the code coverage run in the integration test via docker container -->
</sonar.coverage.exclusions>
<jacocoVersion>0.8.8</jacocoVersion>
<jacocoVersion>0.8.12</jacocoVersion>
<osgiJaxRsVersion>1.1.0.ONMS</osgiJaxRsVersion>

<!-- used in RPM/Debian packaging, overridden by the release profile -->
Expand Down

0 comments on commit 783127a

Please sign in to comment.