Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 133c924

Browse files
fbivillemichael-simons
authored andcommitted
Update versions and Spring Boot 2.4 sentences
1 parent a482308 commit 133c924

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
// tag::properties[]
44
:groupId: org.neo4j.driver
55
:artifactId: neo4j-java-driver-spring-boot-starter
6-
:neo4j-java-driver-spring-boot-starter_version: 4.1-SNAPSHOT
7-
:spring-boot_version: 2.3.5.RELEASE
8-
:neo4j_version: 4.0.8
6+
:neo4j-java-driver-spring-boot-starter_version: 4.1.1.1
7+
:spring-boot_version: 2.3.7.RELEASE
8+
:neo4j_version: 4.2.1
99
:config_prefix: org.neo4j.driver
1010
:gh_base: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter
1111

@@ -18,9 +18,9 @@ image:https://img.shields.io/maven-central/v/org.neo4j.driver/neo4j-java-driver-
1818
A Spring Boot starter with automatic configuration for the https://github.com/neo4j/neo4j-java-driver[Neo4j Java Driver].
1919
--
2020

21-
IMPORTANT: This project will be superseded by the automatic configuration in Spring Boot 2.4.
22-
Spring Boot 2.4 will include the same means of configuring a standalone Neo4j Driver instance, including the same health checks.
23-
There will be a dedicated starter for Spring Data Neo4j 6 (formerly known as SDN/RX).
21+
IMPORTANT: This project is now superseded by the automatic configuration in Spring Boot 2.4.
22+
Spring Boot 2.4 includes the same means of configuring a standalone Neo4j Driver instance, including the same health checks.
23+
There is a dedicated starter for Spring Data Neo4j 6 (formerly known as SDN/RX).
2424

2525
== Introduction
2626

0 commit comments

Comments
 (0)