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

Commit ddce58c

Browse files
Update to Spring Boot 2.3.5.RELEASE.
1 parent 8422eeb commit ddce58c

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:groupId: org.neo4j.driver
55
:artifactId: neo4j-java-driver-spring-boot-starter
66
:neo4j-java-driver-spring-boot-starter_version: 4.1-SNAPSHOT
7-
:spring-boot_version: 2.3.4.RELEASE
7+
:spring-boot_version: 2.3.5.RELEASE
88
:neo4j_version: 4.0.8
99
:config_prefix: org.neo4j.driver
1010
:gh_base: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter

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.3.4.RELEASE</version>
7+
<version>2.3.5.RELEASE</version>
88
<relativePath></relativePath>
99
</parent>
1010

examples/embedded-bolt-connection/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.3.4.RELEASE</version>
7+
<version>2.3.5.RELEASE</version>
88
<relativePath></relativePath>
99
</parent>
1010

examples/ogm-integration/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.3.4.RELEASE</version>
7+
<version>2.3.5.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.3.4.RELEASE</version>
7+
<version>2.3.5.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.3.4.RELEASE</version>
7+
<version>2.3.5.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.3.4.RELEASE</version>
7+
<version>2.3.5.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.3.4.RELEASE</version>
7+
<version>2.3.5.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.3.4.RELEASE</version>
26+
<version>2.3.5.RELEASE</version>
2727
<relativePath></relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)