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

Commit 42b4efc

Browse files
Update to Spring Boot 2.1.8.
1 parent 88132c4 commit 42b4efc

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
:sectanchors:
2-
:spring-boot_version: 2.1.7.RELEASE
2+
:spring-boot_version: 2.1.8.RELEASE
33
image:https://img.shields.io/maven-central/v/org.neo4j.driver/neo4j-java-driver-spring-boot-starter.svg[Maven Central,link=http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.neo4j.driver%22%20AND%20a%3A%22neo4j-java-driver-spring-boot-starter%22]
44

55
= neo4j-java-driver-spring-boot-starter

docs/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif::[]
66
:neo4j-java-driver-spring-boot-starter_version: 4.0.0-beta01
77
:groupId: org.neo4j.driver
88
:artifactId: neo4j-java-driver-spring-boot-starter
9-
:spring-boot_version: 2.1.7.RELEASE
9+
:spring-boot_version: 2.1.8.RELEASE
1010
:neo4j_version: 3.5.8
1111
:config_prefix: org.neo4j.driver
1212
:driver_manual_base: https://neo4j.com/docs/driver-manual/1.7/

examples/dedicated-routing-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-boot-starter-parent</artifactId>
66
<groupId>org.springframework.boot</groupId>
7-
<version>2.1.7.RELEASE</version>
7+
<version>2.1.8.RELEASE</version>
88
<relativePath></relativePath>
99
</parent>
1010

examples/reactive-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-boot-starter-parent</artifactId>
66
<groupId>org.springframework.boot</groupId>
7-
<version>2.1.7.RELEASE</version>
7+
<version>2.1.8.RELEASE</version>
88
<relativePath></relativePath>
99
</parent>
1010

examples/simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-boot-starter-parent</artifactId>
66
<groupId>org.springframework.boot</groupId>
7-
<version>2.1.7.RELEASE</version>
7+
<version>2.1.8.RELEASE</version>
88
<relativePath></relativePath>
99
</parent>
1010

examples/testing-with-neo4j-harness/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-boot-starter-parent</artifactId>
66
<groupId>org.springframework.boot</groupId>
7-
<version>2.1.7.RELEASE</version>
7+
<version>2.1.8.RELEASE</version>
88
<relativePath></relativePath>
99
</parent>
1010

examples/web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>spring-boot-starter-parent</artifactId>
66
<groupId>org.springframework.boot</groupId>
7-
<version>2.1.7.RELEASE</version>
7+
<version>2.1.8.RELEASE</version>
88
<relativePath></relativePath>
99
</parent>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>spring-boot-starter-parent</artifactId>
2525
<groupId>org.springframework.boot</groupId>
26-
<version>2.1.7.RELEASE</version>
26+
<version>2.1.8.RELEASE</version>
2727
<relativePath></relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)