aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Darosz <piotr.darosz@nokia.com>2019-06-11 15:37:17 +0200
committerPiotr Darosz <piotr.darosz@nokia.com>2019-06-11 15:37:48 +0200
commitbb742ca23348b8c527efaa8f9cb518a6ead856df (patch)
treebcbc4b6305c53bbe448d7e0cd987fbebbc47e1e8
parent45435cd6812c1118b7751163b46618c6329a1ac1 (diff)
Upgrade jetty-http
Upgrade the jetty-http component to the current version. Change-Id: I8e10ece51cf97dbebcd97438025544c6c66f77a8 Issue-ID: SDC-2268 Signed-off-by: Piotr Darosz <piotr.darosz@nokia.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index b4f39d7..27ed9b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,13 +127,13 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<scope>test</scope>
- <version>9.2.10.v20150310</version>
+ <version>9.4.18.v20190429</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
- <version>9.2.10.v20150310</version>
+ <version>9.4.18.v20190429</version>
<scope>test</scope>
</dependency>