diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index c9eaea5ecb..e6860a5db8 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -49,7 +49,7 @@
1.2.2.BUILD-SNAPSHOT
5.10.0
- 1.8.4
+ 1.8.5
3.9.3
2.1.4
1.9.2
@@ -66,7 +66,7 @@
7.0.2
3.0.0
1.6
- 2.3.8
+ 2.3.9
2.3.1
1.4.184
1.3
@@ -85,7 +85,7 @@
1.5.2
1.2
1.1.6
- 2.0.5
+ 2.0.6
2.5.2
2.14
9.2.4.v20141103
@@ -101,7 +101,7 @@
2.1
1.1.2
1.10.19
- 2.12.4
+ 2.12.5
5.1.34
1.1.5.RELEASE
1.1.3.RELEASE
@@ -114,7 +114,7 @@
4.1.5.BUILD-SNAPSHOT
1.4.3.RELEASE
1.1.1.RELEASE
- 3.0.2.RELEASE
+ 3.0.3.RELEASE
Evans-SR2
0.16.0.RELEASE
4.1.2.RELEASE
@@ -122,7 +122,7 @@
1.1.3.RELEASE
1.1.0.RELEASE
3.2.5.RELEASE
- 1.0.2.RELEASE
+ 1.0.3.RELEASE
1.1.0.RELEASE
1.1.1.RELEASE
1.0.1.RELEASE
diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc
index de118b8a23..86eeb49e80 100644
--- a/spring-boot-docs/src/main/asciidoc/howto.adoc
+++ b/spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -685,7 +685,7 @@ property, e.g. for a simple webapp or service:
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
----
- 7.0.57
+ 7.0.59
...
@@ -711,7 +711,7 @@ e.g. for a simple webapp or service:
resolutionStrategy {
eachDependency {
if (it.requested.group == 'org.apache.tomcat.embed') {
- it.useVersion '7.0.57'
+ it.useVersion '7.0.59'
}
}
}
diff --git a/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml
index 80a20584a3..28cd5ec524 100644
--- a/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml
@@ -19,7 +19,7 @@
${basedir}/../..
/
- 7.0.57
+ 7.0.59
1.7