Skip to content

Commit 5d4037f

Browse files
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.12
1 parent dcdfaff commit 5d4037f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inventory-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.jacoco</groupId>
155155
<artifactId>jacoco-maven-plugin</artifactId>
156-
<version>0.8.8</version>
156+
<version>0.8.12</version>
157157
<configuration>
158158
<excludes>
159159
<exclude>**/model/**</exclude>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>org.jacoco</groupId>
241241
<artifactId>jacoco-maven-plugin</artifactId>
242-
<version>0.8.11</version>
242+
<version>0.8.12</version>
243243
<executions>
244244
<execution>
245245
<goals>

0 commit comments

Comments
 (0)