Upgrade to Spring Boot 1.5.3.RELEASE

This commit is contained in:
Greg Turnquist
2017-04-21 09:20:02 -05:00
parent 1c036c8093
commit a2e2c2d7c2
5 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ projects: [spring-ws]
:toc:
:project_id: gs-consuming-web-service
:spring_version: current
:spring_boot_version: 1.5.2.RELEASE
:spring_boot_version: 1.5.3.RELEASE
:icons: font
:source-highlighter: prettify

View File

@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.2.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.3.RELEASE")
}
}

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<version>1.5.3.RELEASE</version>
</parent>
<properties>

View File

@@ -7,7 +7,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.2.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.3.RELEASE")
}
}

View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<version>1.5.3.RELEASE</version>
</parent>
<properties>