summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-09-20 15:08:15 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-09-20 15:08:15 +0200
commit0daf7fd189f596a3795b14dd84e4f02fee52feaf (patch)
tree1867c505e0217439c9b710dcf4c4893942c69529 /pom.xml
parent1a9439464aff83e857d59e9c3152a347cbe8e379 (diff)
Use Jetty v9.4.7
Upgrade to newest Jetty and add support for empty HTTP header values. Release notes Jetty: http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00111.html
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b8056688e0f..af9cf987d05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -902,7 +902,7 @@
<curator.version>2.9.1</curator.version>
<jackson2.version>2.8.3</jackson2.version>
<jersey2.version>2.23.2</jersey2.version>
- <jetty.version>9.4.6.v20170531</jetty.version>
+ <jetty.version>9.4.7.v20170914</jetty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<test.hide>true</test.hide>