Skip to content

Commit 4dd1c61

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

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
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.jacoco</groupId>
8181
<artifactId>jacoco-maven-plugin</artifactId>
82-
<version>0.8.10</version>
82+
<version>0.8.14</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -139,7 +139,7 @@
139139
<plugin>
140140
<groupId>org.jacoco</groupId>
141141
<artifactId>jacoco-maven-plugin</artifactId>
142-
<version>0.8.5</version>
142+
<version>0.8.14</version>
143143
<executions>
144144
<execution>
145145
<goals>

0 commit comments

Comments
 (0)