Skip to content

Commit d5ef934

Browse files
build(deps-dev): bump org.jacoco:jacoco-maven-plugin
Bumps [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.5 to 0.8.12. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.5...v0.8.12) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4467b6c commit d5ef934

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.jacoco</groupId>
4343
<artifactId>jacoco-maven-plugin</artifactId>
44-
<version>0.8.10</version>
44+
<version>0.8.14</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
@@ -174,7 +174,7 @@
174174
<plugin>
175175
<groupId>org.jacoco</groupId>
176176
<artifactId>jacoco-maven-plugin</artifactId>
177-
<version>0.8.5</version>
177+
<version>0.8.14</version>
178178
<executions>
179179
<execution>
180180
<goals>

0 commit comments

Comments
 (0)