RootCauseunvalidated
that version doesn’t exist in Maven Central — `start.spring.io` shows Spring Boot 4.x SNAPSHOTs. Tension: using `4.0.0` (without `-SNAPSHOT`) in the parent POM breaks dependency management. Outcome: Use a stable 3.x version or a proper `4.0.x-SNAPSHOT` with the Spring snapshot repository configured.
e11597e0-622c-4e07-a0f6-6b4775d04794
that version doesn’t exist in Maven Central — start.spring.io shows Spring Boot 4.x SNAPSHOTs. Tension: using 4.0.0 (without -SNAPSHOT) in the parent POM breaks dependency management. Outcome: Use a stable 3.x version or a proper 4.0.x-SNAPSHOT with the Spring snapshot repository configured.