Search code examples
springneo4jspring-data-graph

Spring framework version with Spring Data Neo4j


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.


Solution

  • 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.