diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 97e917263f..602405fc2e 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -1,5 +1,4 @@
-
-
+
4.0.0
org.springframework.boot
spring-boot-dependencies
@@ -45,7 +44,7 @@
- 1.1.3.BUILD-SNAPSHOT
+ 1.1.4.BUILD-SNAPSHOT
5.9.1
1.8.1
@@ -1284,4 +1283,4 @@
-
+
\ No newline at end of file
diff --git a/spring-boot-samples/spring-boot-sample-actuator/build.gradle b/spring-boot-samples/spring-boot-sample-actuator/build.gradle
index 9184521f5c..a388cc1067 100644
--- a/spring-boot-samples/spring-boot-sample-actuator/build.gradle
+++ b/spring-boot-samples/spring-boot-sample-actuator/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- springBootVersion = '1.1.3.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.4.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here
diff --git a/spring-boot-samples/spring-boot-sample-actuator/build.xml b/spring-boot-samples/spring-boot-sample-actuator/build.xml
index fe38771ec5..f50c129aa4 100644
--- a/spring-boot-samples/spring-boot-sample-actuator/build.xml
+++ b/spring-boot-samples/spring-boot-sample-actuator/build.xml
@@ -5,7 +5,7 @@
'$ ant -lib ivy-2.2.jar' (substitute the location of your actual ivy jar). Run with '$ java -jar target/*.jar'.
-
+
diff --git a/spring-boot-samples/spring-boot-sample-profile/build.gradle b/spring-boot-samples/spring-boot-sample-profile/build.gradle
index 47ee99c68b..9310844bfe 100644
--- a/spring-boot-samples/spring-boot-sample-profile/build.gradle
+++ b/spring-boot-samples/spring-boot-sample-profile/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- springBootVersion = '1.1.3.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.4.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here
diff --git a/spring-boot-samples/spring-boot-sample-simple/build.gradle b/spring-boot-samples/spring-boot-sample-simple/build.gradle
index 89b63fc934..44c56fbb19 100644
--- a/spring-boot-samples/spring-boot-sample-simple/build.gradle
+++ b/spring-boot-samples/spring-boot-sample-simple/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- springBootVersion = '1.1.3.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.4.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here
diff --git a/spring-boot-samples/spring-boot-sample-web-static/build.gradle b/spring-boot-samples/spring-boot-sample-web-static/build.gradle
index b6714741cd..2a1eb08fe4 100644
--- a/spring-boot-samples/spring-boot-sample-web-static/build.gradle
+++ b/spring-boot-samples/spring-boot-sample-web-static/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- springBootVersion = '1.1.3.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.4.BUILD-SNAPSHOT'
}
repositories {
// NOTE: You should declare only repositories that you need here
diff --git a/spring-boot-samples/spring-boot-sample-web-ui/build.gradle b/spring-boot-samples/spring-boot-sample-web-ui/build.gradle
index 3d7e956119..e49b1e0dc3 100644
--- a/spring-boot-samples/spring-boot-sample-web-ui/build.gradle
+++ b/spring-boot-samples/spring-boot-sample-web-ui/build.gradle
@@ -1,6 +1,6 @@
buildscript {
ext {
- springBootVersion = '1.1.3.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.4.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.0.RELEASE'
}
repositories {