Skip to content

Commit

Permalink
fix(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
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.10 to 0.8.11.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.10...v0.8.11)

---
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 Oct 23, 2023
1 parent 5260b1b commit 2c92002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<maven.surfire.plugin.version>3.1.2</maven.surfire.plugin.version>
<okhttp.version>4.8.1</okhttp.version>
<jacoco.version>0.8.10</jacoco.version>
<jacoco.version>0.8.11</jacoco.version>
<apache.commons.lang3.version>3.13.0</apache.commons.lang3.version>
<jackson.databind.nullable.version>0.2.6</jackson.databind.nullable.version>
<swagger.annotations.version>2.2.17</swagger.annotations.version>
Expand Down Expand Up @@ -191,7 +191,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 2c92002

Please sign in to comment.