Skip to content

Commit b22ce7a

Browse files
committed
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.10
1 parent c1c6d34 commit b22ce7a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample-app-kickstart/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.jacoco</groupId>
6868
<artifactId>jacoco-maven-plugin</artifactId>
69-
<version>0.8.9</version>
69+
<version>0.8.10</version>
7070
<executions>
7171
<execution>
7272
<goals>

sample-app-netflix-dgs/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<plugin>
5858
<groupId>org.jacoco</groupId>
5959
<artifactId>jacoco-maven-plugin</artifactId>
60-
<version>0.8.9</version>
60+
<version>0.8.10</version>
6161
<executions>
6262
<execution>
6363
<goals>

sample-app-spring-graphql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<plugin>
6060
<groupId>org.jacoco</groupId>
6161
<artifactId>jacoco-maven-plugin</artifactId>
62-
<version>0.8.9</version>
62+
<version>0.8.10</version>
6363
<executions>
6464
<execution>
6565
<goals>

0 commit comments

Comments
 (0)