Skip to content

Commit fb6bee8

Browse files
Bump jacoco-maven-plugin from 0.8.6 to 0.8.7
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.6 to 0.8.7. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.6...v0.8.7) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22f7206 commit fb6bee8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extended/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.jacoco</groupId>
8181
<artifactId>jacoco-maven-plugin</artifactId>
82-
<version>0.8.6</version>
82+
<version>0.8.7</version>
8383
<executions>
8484
<execution>
8585
<id>jacoco-initialize</id>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>org.jacoco</groupId>
7979
<artifactId>jacoco-maven-plugin</artifactId>
80-
<version>0.8.6</version>
80+
<version>0.8.7</version>
8181
<executions>
8282
<execution>
8383
<id>jacoco-initialize</id>

util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.jacoco</groupId>
124124
<artifactId>jacoco-maven-plugin</artifactId>
125-
<version>0.8.6</version>
125+
<version>0.8.7</version>
126126
<executions>
127127
<execution>
128128
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)