Skip to content

Commit c936e92

Browse files
Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) 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:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 99babee commit c936e92

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
@@ -198,7 +198,7 @@ SPDX-License-Identifier: Apache-2.0
198198
<sonar.language>java</sonar.language>
199199

200200
<!-- JaCoCo Properties -->
201-
<jacoco.version>0.8.7</jacoco.version>
201+
<jacoco.version>0.8.8</jacoco.version>
202202
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
203203
<sonar.coverage.jacoco.xmlReportPaths>
204204
target/site/jacoco/jacoco.xml,

0 commit comments

Comments
 (0)