diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index 1fe47dce24..403412f056 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.5.BUILD-SNAPSHOT
+ 1.1.6.BUILD-SNAPSHOT
5.9.1
1.8.1
@@ -1295,4 +1294,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 8dbc340d59..f70a32c181 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.5.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.6.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 6471f6bb95..7f52621e7c 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 443537d090..db62991cfc 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.5.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.6.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 be85638a73..d377b5ba22 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.5.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.6.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 af3e7df793..f64ddaf36d 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.5.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.6.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 8e1dd1ba29..95df951c2c 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.5.BUILD-SNAPSHOT'
+ springBootVersion = '1.1.6.BUILD-SNAPSHOT'
springLoadedVersion = '1.2.0.RELEASE'
}
repositories {