Commit 20c8935
fix(spring): Use Spring Boot 4 test starter in Spring 7 sample
The Spring 7 sample used libs.springboot.starter.test which resolved
to Spring Boot 2.7.18, causing a classpath conflict with the Spring
Framework 7.x runtime dependencies from the Spring Boot 4 BOM. This
mismatch triggered Kotlin ClasspathEntrySnapshotTransform failures in
the Spring Boot 4.x CI matrix for older versions (4.0.0, 4.0.5).
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f6f31d4 commit 20c8935
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments