RootCauseunvalidated
Spring Boot 3.3.x pulling in Spring Data JPA 3.3.x but another library in your project bringing an older Spring Data JPA. Tension: you might have some was introduced in Spring Boot 3.2+. Outcome: If you see 2 versions of JPA, then remove the older version.
bd5d4f6f-7286-4eb5-9251-698cbc6b833c
Spring Boot 3.3.x pulling in Spring Data JPA 3.3.x but another library in your project bringing an older Spring Data JPA. Tension: you might have some was introduced in Spring Boot 3.2+. Outcome: If you see 2 versions of JPA, then remove the older version.