Skip to content

Commit ec1b98c

Browse files
Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.6...v0.8.7) --- 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]>
1 parent 13eb97b commit ec1b98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ SPDX-License-Identifier: Apache-2.0
204204
<sonar.language>java</sonar.language>
205205

206206
<!-- JaCoCo Properties -->
207-
<jacoco.version>0.8.6</jacoco.version>
207+
<jacoco.version>0.8.7</jacoco.version>
208208
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
209209
<sonar.coverage.jacoco.xmlReportPaths>
210210
target/site/jacoco/jacoco.xml,

0 commit comments

Comments
 (0)