Skip to content

Commit b1b0693

Browse files
Bump jacoco-maven-plugin from 0.8.8 to 0.8.9
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.8...v0.8.9) --- 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>
1 parent c4e3b99 commit b1b0693

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
@@ -227,7 +227,7 @@ SPDX-License-Identifier: Apache-2.0
227227
<sonar.language>java</sonar.language>
228228

229229
<!-- JaCoCo Properties -->
230-
<jacoco.version>0.8.8</jacoco.version>
230+
<jacoco.version>0.8.9</jacoco.version>
231231
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
232232
<sonar.coverage.jacoco.xmlReportPaths>
233233
target/site/jacoco/jacoco.xml,

0 commit comments

Comments
 (0)