Skip to content

Commit d2f8d25

Browse files
committed
Update to Spring Boot 1.1.3.RELEASE
1 parent 40d3b8d commit d2f8d25

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
@@ -3,7 +3,7 @@ tags: []
33
projects: [spring-integration]
44
---
55
:spring_version: current
6-
:spring_boot_version: 1.1.2.RELEASE
6+
:spring_boot_version: 1.1.3.RELEASE
77
:SpringSocial: http://projects.spring.io/spring-social/
88
:Component: http://docs.spring.io/spring/docs/{spring_version}/javadoc-api/org/springframework/stereotype/Component.html
99
:EnableAutoConfiguration: http://docs.spring.io/spring-boot/docs/{spring_boot_version}/api/org/springframework/boot/autoconfigure/EnableAutoConfiguration.html

complete/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.2.RELEASE")
8+
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.3.RELEASE")
99
}
1010
}
1111

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>1.1.2.RELEASE</version>
13+
<version>1.1.3.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

initial/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.2.RELEASE")
8+
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.1.3.RELEASE")
99
}
1010
}
1111

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>1.1.2.RELEASE</version>
13+
<version>1.1.3.RELEASE</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)