Skip to content

Commit bcfa3be

Browse files
committed
Upgrade to Spring Boot 2.1.6.RELEASE
1 parent 5fea980 commit bcfa3be

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:toc:
33
:project_id: gs-rest-service
44
:spring_version: current
5-
:spring_boot_version: 2.1.4.RELEASE
5+
:spring_boot_version: 2.1.6.RELEASE
66
:icons: font
77
:source-highlighter: prettify
88

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.4.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.6.RELEASE")
77
}
88
}
99

complete/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.1.4.RELEASE</version>
13+
<version>2.1.6.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
mavenCentral()
44
}
55
dependencies {
6-
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.4.RELEASE")
6+
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.6.RELEASE")
77
}
88
}
99

initial/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.boot</groupId>
1212
<artifactId>spring-boot-starter-parent</artifactId>
13-
<version>2.1.4.RELEASE</version>
13+
<version>2.1.6.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)