diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2019-04-08 15:46:01 +0800 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2019-04-08 15:46:10 +0800 |
commit | ff6aa4b5dd381c4151546d43197b93eb636f9115 (patch) | |
tree | 5954601784984dfabd53b1df2b56d060962e0e74 /apiroute | |
parent | bea7750df3ba45bbc426b71da15bade58408ae2f (diff) |
Update jetty-http
Issue-ID: MSB-328
Change-Id: Ie8cb9aa0d919b4adcb2ad5764ec6e221e51f2cdb
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'apiroute')
-rw-r--r-- | apiroute/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 0d2a105..8c073c1 100644 --- a/apiroute/pom.xml +++ b/apiroute/pom.xml @@ -51,7 +51,7 @@ <guava.version>26.0-jre</guava.version> <jersey.version>2.25.1</jersey.version> <jackson.version>2.9.4</jackson.version> - <jetty.version>9.4.11.v20180605</jetty.version> + <jetty.version>9.4.14.v20181114</jetty.version> <servlet.version>3.0.0.v201112011016</servlet.version> <metrics3.version>4.0.2</metrics3.version> <slf4j.version>1.7.25</slf4j.version> |