File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
kinde-springboot/kinde-springboot-core Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 246
246
<plugin >
247
247
<groupId >org.jacoco</groupId >
248
248
<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 -->
250
250
<executions >
251
251
<execution >
252
252
<goals >
Original file line number Diff line number Diff line change 68
68
<plugin >
69
69
<groupId >org.jacoco</groupId >
70
70
<artifactId >jacoco-maven-plugin</artifactId >
71
- <version >0.8.12 </version >
71
+ <version >0.8.13 </version >
72
72
<executions >
73
73
<execution >
74
74
<id >report-aggregate</id >
Original file line number Diff line number Diff line change 200
200
<plugin >
201
201
<groupId >org.jacoco</groupId >
202
202
<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 -->
204
204
<executions >
205
205
<execution >
206
206
<goals >
Original file line number Diff line number Diff line change 248
248
<plugin >
249
249
<groupId >org.jacoco</groupId >
250
250
<artifactId >jacoco-maven-plugin</artifactId >
251
- <version >0.8.12 </version >
251
+ <version >0.8.13 </version >
252
252
<executions >
253
253
<execution >
254
254
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments