Commit 4d4e7a0
committed
• Removed the org.junit.version property and the corresponding junit-bom import in dependencyManagement, so Spring Boot's own managed junit-jupiter.version (6.0.3) is used consistently everywhere.
• Kept junit.version (4.13.2) for the separate legacy junit:junit (JUnit 4) dependency, restoring the property that's still referenced by that dependency's <version>${junit.version}</version>.
• Added a comment documenting why the override must not be reintroduced.1 parent 3a436ee commit 4d4e7a0
1 file changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
301 | 305 | | |
302 | 306 | | |
303 | 307 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | 308 | | |
312 | 309 | | |
313 | 310 | | |
| |||
0 commit comments