Skip to content

Commit 68d67b4

Browse files
authored
Update versions in README
1 parent 0afc787 commit 68d67b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://github.com/neo4j-examples/movies-java-spring-data-neo4j/tree/sdn6-full-e
1717

1818
The example project is described in detail on the https://neo4j.com/developer/example-project/[Neo4j Developer Site]
1919

20-
The project uses Java 11.
20+
The project uses Java 17.
2121

2222
== The Stack
2323

@@ -26,7 +26,7 @@ These are the components of our Web Application:
2626
* Application Type: Spring-Boot Java Web Application
2727
* Web framework: Spring-Boot enabled Spring-WebMVC
2828
* Persistence Access: Spring-Data-Neo4j 6.x
29-
* Database: Neo4j-Server 3.5, or 4.x with multi-database
29+
* Database: Neo4j-Server 4.4, or 5.x
3030
* Frontend: jquery, bootstrap, http://d3js.org/[d3.js]
3131

3232
Provision a database quickly with https://sandbox.neo4j.com/?usecase=movies[Neo4j Sandbox] or https://neo4j.com/cloud/aura/[Neo4j Aura].
@@ -57,4 +57,4 @@ Provision a database quickly with https://sandbox.neo4j.com/?usecase=movies[Neo4
5757
|4
5858
|===
5959

60-
Please set `NEO4J_VERSION` to `3.5` when running Neo4j 3.5.x. Leave as is otherwise.
60+
Please set `NEO4J_VERSION` to `3.5` when running Neo4j 3.5.x. Leave as is otherwise.

0 commit comments

Comments
 (0)