From 57ac7c182465e1653e74a8ad6c826b2cf56a0ad8 Mon Sep 17 00:00:00 2001 From: Sean Owen Date: Tue, 3 May 2016 13:13:35 +0100 Subject: [SPARK-14897][CORE] Upgrade Jetty to latest version of 8 ## What changes were proposed in this pull request? Update Jetty 8.1 to the latest 2016/02 release, from a 2013/10 release, for security and bug fixes. This does not resolve the JIRA necessarily, as it's still worth considering an update to 9.3. ## How was this patch tested? Jenkins tests Author: Sean Owen Closes #12842 from srowen/SPARK-14897. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 66f1d8ea90..1dce91b7df 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ 10.10.1.1 1.7.0 1.6.0 - 8.1.14.v20131031 + 8.1.19.v20160209 3.0.0.v201112011016 0.8.0 2.4.0 -- cgit v1.2.3