Skip to content

Commit 38172d2

Browse files
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.14
1 parent f14ef3d commit 38172d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

topics/sw_concepts/code/pattern-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.jacoco</groupId>
106106
<artifactId>jacoco-maven-plugin</artifactId>
107-
<version>0.8.13</version>
107+
<version>0.8.14</version>
108108
<executions>
109109
<execution>
110110
<goals>

topics/testing/code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
<plugin>
180180
<groupId>org.jacoco</groupId>
181181
<artifactId>jacoco-maven-plugin</artifactId>
182-
<version>0.8.13</version>
182+
<version>0.8.14</version>
183183
<executions>
184184
<execution>
185185
<goals>

0 commit comments

Comments
 (0)