Skip to content

Commit 462ef59

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 6d523c8 commit 462ef59

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
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>org.jacoco</groupId>
104104
<artifactId>jacoco-maven-plugin</artifactId>
105-
<version>0.8.10</version>
105+
<version>0.8.12</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.jacoco</groupId>
157157
<artifactId>jacoco-maven-plugin</artifactId>
158-
<version>0.8.5</version>
158+
<version>0.8.12</version>
159159
<executions>
160160
<execution>
161161
<goals>

0 commit comments

Comments
 (0)