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

Commit 53a2d5f

Browse files
Update to Spring Boot 2.1.10.
1 parent 1fa59f4 commit 53a2d5f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.1.8.RELEASE</version>
7+
<version>2.1.10.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.8.RELEASE</version>
7+
<version>2.1.10.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.8.RELEASE</version>
7+
<version>2.1.10.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.8.RELEASE</version>
7+
<version>2.1.10.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.8.RELEASE</version>
7+
<version>2.1.10.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.8.RELEASE</version>
26+
<version>2.1.10.RELEASE</version>
2727
<relativePath></relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)