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

Commit 47ebd19

Browse files
Update Spring Boot to 2.1.6.
1 parent e985feb commit 47ebd19

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.5.RELEASE</version>
7+
<version>2.1.6.RELEASE</version>
88
<relativePath></relativePath>
99
<!-- lookup parent from repository -->
1010
</parent>

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.5.RELEASE</version>
7+
<version>2.1.6.RELEASE</version>
88
<relativePath></relativePath>
99
<!-- lookup parent from repository -->
1010
</parent>

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.5.RELEASE</version>
7+
<version>2.1.6.RELEASE</version>
88
<relativePath></relativePath>
99
<!-- lookup parent from repository -->
1010
</parent>

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.5.RELEASE</version>
7+
<version>2.1.6.RELEASE</version>
88
<relativePath></relativePath>
99
<!-- lookup parent from repository -->
1010
</parent>

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.5.RELEASE</version>
26+
<version>2.1.6.RELEASE</version>
2727
<relativePath></relativePath>
2828
</parent>
2929

0 commit comments

Comments
 (0)