Upgrade to Spring Boot 1.3.2.RELEASE
This commit is contained in:
@@ -6,7 +6,7 @@ projects: [spring-ws]
|
||||
:toc:
|
||||
:project_id: gs-consuming-web-service
|
||||
:spring_version: current
|
||||
:spring_boot_version: 1.3.1.RELEASE
|
||||
:spring_boot_version: 1.3.2.RELEASE
|
||||
:icons: font
|
||||
:source-highlighter: prettify
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.1.RELEASE")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.2.RELEASE")
|
||||
classpath "io.spring.gradle:dependency-management-plugin:0.5.3.RELEASE"
|
||||
}
|
||||
}
|
||||
@@ -67,7 +67,7 @@ targetCompatibility = 1.8
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom 'org.springframework.boot:spring-boot-starter-parent:1.3.1.RELEASE'
|
||||
mavenBom 'org.springframework.boot:spring-boot-starter-parent:1.3.2.RELEASE'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -7,7 +7,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.1.RELEASE")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.2.RELEASE")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.3.1.RELEASE</version>
|
||||
<version>1.3.2.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
Reference in New Issue
Block a user