Skip to content

Commit 9d51f77

Browse files
authored
Merge pull request #201 from kinde-oss/renovate/org.jacoco-jacoco-maven-plugin-0.x
Update dependency org.jacoco:jacoco-maven-plugin to v0.8.14
2 parents 3765514 + 2ff7f30 commit 9d51f77

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
@@ -272,7 +272,7 @@
272272
<plugin>
273273
<groupId>org.jacoco</groupId>
274274
<artifactId>jacoco-maven-plugin</artifactId>
275-
<version>0.8.13</version> <!-- Replace with the latest version -->
275+
<version>0.8.14</version> <!-- Replace with the latest version -->
276276
<executions>
277277
<execution>
278278
<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.13</version>
71+
<version>0.8.14</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
@@ -208,7 +208,7 @@
208208
<plugin>
209209
<groupId>org.jacoco</groupId>
210210
<artifactId>jacoco-maven-plugin</artifactId>
211-
<version>0.8.13</version> <!-- Use the latest version available -->
211+
<version>0.8.14</version> <!-- Use the latest version available -->
212212
<executions>
213213
<execution>
214214
<goals>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>org.jacoco</groupId>
315315
<artifactId>jacoco-maven-plugin</artifactId>
316-
<version>0.8.13</version>
316+
<version>0.8.14</version>
317317
<executions>
318318
<execution>
319319
<id>prepare-agent</id>

0 commit comments

Comments
 (0)