Skip to content

Commit 2120d8e

Browse files
Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 in /java (#856)
1 parent 7c9210f commit 2120d8e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

java/pgv-java-grpc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.jacoco</groupId>
111111
<artifactId>jacoco-maven-plugin</artifactId>
112-
<version>0.8.9</version>
112+
<version>0.8.10</version>
113113
<executions>
114114
<execution>
115115
<goals>

java/pgv-java-stub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.jacoco</groupId>
115115
<artifactId>jacoco-maven-plugin</artifactId>
116-
<version>0.8.9</version>
116+
<version>0.8.10</version>
117117
<executions>
118118
<execution>
119119
<goals>

java/pgv-java-validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.jacoco</groupId>
118118
<artifactId>jacoco-maven-plugin</artifactId>
119-
<version>0.8.9</version>
119+
<version>0.8.10</version>
120120
<executions>
121121
<execution>
122122
<goals>

java/pgv-test-coverage-report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugin>
3939
<groupId>org.jacoco</groupId>
4040
<artifactId>jacoco-maven-plugin</artifactId>
41-
<version>0.8.9</version>
41+
<version>0.8.10</version>
4242
<executions>
4343
<execution>
4444
<goals>

0 commit comments

Comments
 (0)