Reputation: 451
We plan to upgrade Spring Data Couchbase to 5.1.0 in our Spring Boot project. However we couldn't find any information if 5.X version is compatible with Spring Boot 2.7.X.
Does Spring Data Couchbase have any release document on compatibility and any other changes since 4.x versions? Reference documents on docs.spring.io (https://docs.spring.io/spring-data/couchbase/docs/current/reference/html/) don't provide any information about this topic.
Thank you and best regards
Upvotes: 1
Views: 455
Reputation: 533
spring-data-couchbase 5.1 has a dependency on spring-boot 3.1.
https://github.com/spring-projects/spring-data-couchbase/blob/5.1.x/pom.xml
Upvotes: 1