diff options
author | Piotr Darosz <piotr.darosz@nokia.com> | 2019-06-11 15:37:17 +0200 |
---|---|---|
committer | Piotr Darosz <piotr.darosz@nokia.com> | 2019-06-11 15:37:48 +0200 |
commit | bb742ca23348b8c527efaa8f9cb518a6ead856df (patch) | |
tree | bcbc4b6305c53bbe448d7e0cd987fbebbc47e1e8 /pom.xml | |
parent | 45435cd6812c1118b7751163b46618c6329a1ac1 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |