Upgrade to Tomcat 8.5.21

Closes gh-10395
This commit is contained in:
Andy Wilkinson 2017-09-24 09:20:14 +01:00
parent 29c84dff4a
commit f9c44b46b6
1 changed files with 6 additions and 1 deletions

View File

@ -184,7 +184,7 @@
<thymeleaf-layout-dialect.version>1.4.0</thymeleaf-layout-dialect.version>
<thymeleaf-extras-data-attribute.version>1.3</thymeleaf-extras-data-attribute.version>
<thymeleaf-extras-java8time.version>2.1.0.RELEASE</thymeleaf-extras-java8time.version>
<tomcat.version>8.5.20</tomcat.version>
<tomcat.version>8.5.21</tomcat.version>
<undertow.version>1.4.20.Final</undertow.version>
<unboundid-ldapsdk.version>3.2.1</unboundid-ldapsdk.version>
<webjars-hal-browser.version>9f96c74</webjars-hal-browser.version>
@ -1284,6 +1284,11 @@
<artifactId>tomcat-embed-websocket</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>${tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>