Skip to content

Commit 3a8ab19

Browse files
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.12
1 parent 5025b49 commit 3a8ab19

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

devops-framework-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<plugin>
139139
<groupId>org.jacoco</groupId>
140140
<artifactId>jacoco-maven-plugin</artifactId>
141-
<version>0.8.8</version>
141+
<version>0.8.12</version>
142142
<executions>
143143
<execution>
144144
<goals>

devops-framework-pipeline/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.jacoco</groupId>
139139
<artifactId>jacoco-maven-plugin</artifactId>
140-
<version>0.8.8</version>
140+
<version>0.8.12</version>
141141
<executions>
142142
<execution>
143143
<goals>

devops-framework-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<plugin>
177177
<groupId>org.jacoco</groupId>
178178
<artifactId>jacoco-maven-plugin</artifactId>
179-
<version>0.8.8</version>
179+
<version>0.8.12</version>
180180
<executions>
181181
<execution>
182182
<goals>

0 commit comments

Comments
 (0)