Skip to content

Commit

Permalink
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 Jul 26, 2024
1 parent 2c0f732 commit c0806f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<mockito.version>4.11.0</mockito.version>
<!-- Build / Plugins -->
<jacoco-maven.version>0.8.8</jacoco-maven.version>
<jacoco-maven.version>0.8.12</jacoco-maven.version>
<maven-assembly.version>3.7.1</maven-assembly.version>
<maven-clean.version>3.4.0</maven-clean.version>
<maven-compiler.version>3.13.0</maven-compiler.version>
Expand Down
2 changes: 1 addition & 1 deletion tracing-spring-boot-3-integrationtests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<opentracing-jaeger.version>3.3.1</opentracing-jaeger.version>

<jar-plugin.version>3.4.2</jar-plugin.version>
<jacoco-plugin.version>0.8.9</jacoco-plugin.version>
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c0806f3

Please sign in to comment.