Upgrade to Servlet 3.1, Tomcat 8 and Jetty 9
Upgrade to latest versions of Tomcat and Jetty and to the latest Servlet API whilst will remaining compatible with Tomcat 7 and Jetty 8. Fixes gh-1832, gh-369
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<javax-cache.version>1.0.0</javax-cache.version>
|
||||
<javax-mail.version>1.5.2</javax-mail.version>
|
||||
<jedis.version>2.4.2</jedis.version>
|
||||
<jetty.version>8.1.15.v20140411</jetty.version>
|
||||
<jetty.version>9.2.4.v20141103</jetty.version>
|
||||
<jetty-jsp.version>2.2.0.v201112011158</jetty-jsp.version>
|
||||
<jaxen.version>1.1.6</jaxen.version>
|
||||
<jdom2.version>2.0.5</jdom2.version>
|
||||
@@ -101,7 +101,7 @@
|
||||
<mysql.version>5.1.32</mysql.version>
|
||||
<reactor.version>1.1.5.RELEASE</reactor.version>
|
||||
<reactor-spring.version>1.1.3.RELEASE</reactor-spring.version>
|
||||
<servlet-api.version>3.0.1</servlet-api.version>
|
||||
<servlet-api.version>3.1.0</servlet-api.version>
|
||||
<slf4j.version>1.7.7</slf4j.version>
|
||||
<snakeyaml.version>1.13</snakeyaml.version>
|
||||
<solr.version>4.7.2</solr.version>
|
||||
@@ -127,7 +127,7 @@
|
||||
<thymeleaf-extras-springsecurity3.version>2.1.1.RELEASE</thymeleaf-extras-springsecurity3.version>
|
||||
<thymeleaf-layout-dialect.version>1.2.5</thymeleaf-layout-dialect.version>
|
||||
<thymeleaf-extras-data-attribute.version>1.3</thymeleaf-extras-data-attribute.version>
|
||||
<tomcat.version>7.0.56</tomcat.version>
|
||||
<tomcat.version>8.0.14</tomcat.version>
|
||||
<velocity.version>1.7</velocity.version>
|
||||
<velocity-tools.version>2.0</velocity-tools.version>
|
||||
<wsdl4j.version>1.6.3</wsdl4j.version>
|
||||
|
||||
Reference in New Issue
Block a user