Skip to content

Commit 8d551f8

Browse files
taserothmeistermeier
authored andcommitted
Fix groupId for Spring Boot starter in README.
1 parent dca196a commit 8d551f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:https://spring.io/badges/spring-data-neo4j/ga.svg[Spring Data Neo4j,link=h
1010
:artifactIdStarter: spring-boot-starter-data-neo4j
1111

1212
:neo4j-version: 4.1.5
13-
:spring-boot-version: 2.4.1
13+
:spring-boot-version: 2.5.3
1414
:spring-data-neo4j-version: 6.1.3
1515
// end::properties[]
1616

@@ -46,7 +46,7 @@ If you are on https://spring.io/projects/spring-boot[Spring Boot], all you have
4646
[source,xml,subs="verbatim,attributes"]
4747
----
4848
<dependency>
49-
<groupId>{neo4jGroupId}</groupId>
49+
<groupId>{groupIdStarter}</groupId>
5050
<artifactId>{artifactIdStarter}</artifactId>
5151
</dependency>
5252
----

0 commit comments

Comments
 (0)