Skip to content

Commit ea391f2

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 9970f86 commit ea391f2

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
@@ -162,7 +162,7 @@ SPDX-License-Identifier: Apache-2.0
162162
<sonar.language>java</sonar.language>
163163

164164
<!-- JaCoCo Properties -->
165-
<jacoco.version>0.8.7</jacoco.version>
165+
<jacoco.version>0.8.8</jacoco.version>
166166
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
167167
<sonar.coverage.jacoco.xmlReportPaths>
168168
target/site/jacoco/jacoco.xml,

0 commit comments

Comments
 (0)