Skip to content

Commit ca1fe85

Browse files
Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8. - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.7...v0.8.8) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75a1be2 commit ca1fe85

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
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.jacoco</groupId>
8585
<artifactId>jacoco-maven-plugin</artifactId>
86-
<version>0.8.7</version>
86+
<version>0.8.8</version>
8787
<executions>
8888
<execution>
8989
<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.7</version>
80+
<version>0.8.8</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
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.jacoco</groupId>
129129
<artifactId>jacoco-maven-plugin</artifactId>
130-
<version>0.8.7</version>
130+
<version>0.8.8</version>
131131
<executions>
132132
<execution>
133133
<id>jacoco-initialize</id>

0 commit comments

Comments
 (0)