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

Commit 4689118

Browse files
Update examples to Spring Boot 2.3.2.RELEASE.
1 parent 9c436fd commit 4689118

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

0 commit comments

Comments
 (0)