Browse Source

Upgrade to Tomcat 8.5.21

Closes gh-10395
pull/10412/head
Andy Wilkinson 8 years ago
parent
commit
f9c44b46b6
  1. 7
      spring-boot-dependencies/pom.xml

7
spring-boot-dependencies/pom.xml

@ -184,7 +184,7 @@ @@ -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 @@ @@ -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>

Loading…
Cancel
Save