Skip to content

Commit a272459

Browse files
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.13
1 parent 766c56b commit a272459

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kinde-management/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.jacoco</groupId>
209209
<artifactId>jacoco-maven-plugin</artifactId>
210-
<version>0.8.12</version> <!-- Replace with the latest version -->
210+
<version>0.8.13</version> <!-- Replace with the latest version -->
211211
<executions>
212212
<execution>
213213
<goals>

kinde-report-aggregate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<plugin>
6767
<groupId>org.jacoco</groupId>
6868
<artifactId>jacoco-maven-plugin</artifactId>
69-
<version>0.8.12</version>
69+
<version>0.8.13</version>
7070
<executions>
7171
<execution>
7272
<id>report-aggregate</id>

kinde-springboot/kinde-springboot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<plugin>
201201
<groupId>org.jacoco</groupId>
202202
<artifactId>jacoco-maven-plugin</artifactId>
203-
<version>0.8.12</version> <!-- Use the latest version available -->
203+
<version>0.8.13</version> <!-- Use the latest version available -->
204204
<executions>
205205
<execution>
206206
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
<plugin>
295295
<groupId>org.jacoco</groupId>
296296
<artifactId>jacoco-maven-plugin</artifactId>
297-
<version>0.8.12</version>
297+
<version>0.8.13</version>
298298
<executions>
299299
<execution>
300300
<id>prepare-agent</id>

0 commit comments

Comments
 (0)