Skip to content

Commit d2510a1

Browse files
chore(deps): update dependency org.jacoco:jacoco-maven-plugin to v0.8.13
1 parent 78c3196 commit d2510a1

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
@@ -246,7 +246,7 @@
246246
<plugin>
247247
<groupId>org.jacoco</groupId>
248248
<artifactId>jacoco-maven-plugin</artifactId>
249-
<version>0.8.12</version> <!-- Replace with the latest version -->
249+
<version>0.8.13</version> <!-- Replace with the latest version -->
250250
<executions>
251251
<execution>
252252
<goals>

kinde-report-aggregate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.jacoco</groupId>
7070
<artifactId>jacoco-maven-plugin</artifactId>
71-
<version>0.8.12</version>
71+
<version>0.8.13</version>
7272
<executions>
7373
<execution>
7474
<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
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.jacoco</groupId>
250250
<artifactId>jacoco-maven-plugin</artifactId>
251-
<version>0.8.12</version>
251+
<version>0.8.13</version>
252252
<executions>
253253
<execution>
254254
<id>prepare-agent</id>

0 commit comments

Comments
 (0)