Skip to content

Commit

Permalink
Bump jacocoVersion from 0.8.7 to 0.8.8
Browse files Browse the repository at this point in the history
Bumps `jacocoVersion` from 0.8.7 to 0.8.8.

Updates `org.jacoco.agent` from 0.8.7 to 0.8.8
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.7...v0.8.8)

Updates `jacoco-maven-plugin` from 0.8.7 to 0.8.8
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.7...v0.8.8)

---
updated-dependencies:
- dependency-name: org.jacoco:org.jacoco.agent:runtime
  dependency-type: direct:development
  update-type: version-update:semver-patch
- 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 Tibor17 committed Apr 15, 2022
1 parent f6be3e6 commit ac85f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -96,7 +96,7 @@
<!-- maven-shared-utils:3.3.4 uses org.fusesource.jansi:jansi:2.2.0 -->
<mavenSharedUtilsVersion>3.3.4</mavenSharedUtilsVersion>
<powermockVersion>2.0.9</powermockVersion>
<jacocoVersion>0.8.7</jacocoVersion>
<jacocoVersion>0.8.8</jacocoVersion>
<surefire-shared-utils.version>${project.version}</surefire-shared-utils.version>
<maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
<maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>
Expand Down

0 comments on commit ac85f4e

Please sign in to comment.