Upgrade to Spring Boot 1.1.9.RELEASE

This commit is contained in:
Greg Turnquist 2014-11-12 13:07:57 -06:00
parent b0fc787cc2
commit ed55b93f32
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ tags: []
projects: [spring-batch]
---
:spring_version: current
:spring_boot_version: 1.1.8.RELEASE
:spring_boot_version: 1.1.9.RELEASE
:Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
:EnableAutoConfiguration: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html
:SpringApplication: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/SpringApplication.html

View File

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

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.8.RELEASE</version>
<version>1.1.9.RELEASE</version>
</parent>
<dependencies>

View File

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

View File

@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.1.8.RELEASE</version>
<version>1.1.9.RELEASE</version>
</parent>
<dependencies>