Skip to content

Commit f182393

Browse files
committed
build(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.13
1 parent 14abf97 commit f182393

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

coverage-report/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.jacoco</groupId>
5757
<artifactId>jacoco-maven-plugin</artifactId>
58-
<version>0.8.12</version>
58+
<version>0.8.13</version>
5959
<executions>
6060
<execution>
6161
<id>unit-tests-report-aggregate</id>

gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.jacoco</groupId>
160160
<artifactId>jacoco-maven-plugin</artifactId>
161-
<version>0.8.12</version>
161+
<version>0.8.13</version>
162162
<executions>
163163
<execution>
164164
<id>unit-test-execution</id>

gapic-generator-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
<plugin>
331331
<groupId>org.jacoco</groupId>
332332
<artifactId>jacoco-maven-plugin</artifactId>
333-
<version>0.8.12</version>
333+
<version>0.8.13</version>
334334
<executions>
335335
<execution>
336336
<goals>

java-showcase/gapic-showcase/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<plugin>
2727
<groupId>org.jacoco</groupId>
2828
<artifactId>jacoco-maven-plugin</artifactId>
29-
<version>0.8.12</version>
29+
<version>0.8.13</version>
3030
<executions>
3131
<execution>
3232
<id>report</id>

0 commit comments

Comments
 (0)