Skip to content

Commit 5b2e9f8

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

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
@@ -238,7 +238,7 @@
238238
<plugin>
239239
<groupId>org.jacoco</groupId>
240240
<artifactId>jacoco-maven-plugin</artifactId>
241-
<version>0.8.11</version>
241+
<version>0.8.12</version>
242242
<executions>
243243
<execution>
244244
<goals>

0 commit comments

Comments
 (0)