Skip to content

Commit f62ee6f

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.13. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.5...v0.8.13) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e8d1aa commit f62ee6f

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
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>org.jacoco</groupId>
9393
<artifactId>jacoco-maven-plugin</artifactId>
94-
<version>0.8.10</version>
94+
<version>0.8.13</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.jacoco</groupId>
146146
<artifactId>jacoco-maven-plugin</artifactId>
147-
<version>0.8.5</version>
147+
<version>0.8.13</version>
148148
<executions>
149149
<execution>
150150
<goals>

0 commit comments

Comments
 (0)