Spring framework version with Spring Data Neo4j

540 Views Asked by At

Is there a version matrix for Spring framework core with Spring Data Neo4j?

I am looking for the (least) version of Spring framework core that is compatible (should be used) with Spring Data Neo4j 2.0.0.

1

There are 1 best solutions below

8
On BEST ANSWER

If you use maven, and add just spring-data-neo4j, it will fetch all dependencies automatically. Even if you don't use maven, you can check the declared dependencies. From what I see in the pom file, it doesn't declare a specific version, which means it should be compatible with the latest version.