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 207
207
<plugin >
208
208
<groupId >org.jacoco</groupId >
209
209
<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 -->
211
211
<executions >
212
212
<execution >
213
213
<goals >
Original file line number Diff line number Diff line change 66
66
<plugin >
67
67
<groupId >org.jacoco</groupId >
68
68
<artifactId >jacoco-maven-plugin</artifactId >
69
- <version >0.8.12 </version >
69
+ <version >0.8.13 </version >
70
70
<executions >
71
71
<execution >
72
72
<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 294
294
<plugin >
295
295
<groupId >org.jacoco</groupId >
296
296
<artifactId >jacoco-maven-plugin</artifactId >
297
- <version >0.8.12 </version >
297
+ <version >0.8.13 </version >
298
298
<executions >
299
299
<execution >
300
300
<id >prepare-agent</id >
You can’t perform that action at this time.
0 commit comments