Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Sep 12, 2023
1 parent 5b526b8 commit 6fd8b11
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 @@ -101,7 +101,7 @@
<com.fasterxml.jackson.annotations.version>2.15.2</com.fasterxml.jackson.annotations.version>
<slf4j.version>2.0.7</slf4j.version>
<spotbugs.maven.plugin.version>4.7.3.5</spotbugs.maven.plugin.version>
<jacoco.version>0.8.9</jacoco.version>
<jacoco.version>0.8.10</jacoco.version>
<sonar.organization>streamthoughts</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand Down

0 comments on commit 6fd8b11

Please sign in to comment.