summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSun Zhe <31067185+ZheSun88@users.noreply.github.com>2018-10-24 15:43:15 +0300
committerGitHub <noreply@github.com>2018-10-24 15:43:15 +0300
commitb7eb95faaf77db6d8113bb30b199a76f467fb221 (patch)
tree28025e2c5da2bacc7720b546464ebf83f0fd9dfb /pom.xml
parent5a9cd49321d57822ff8d603fea81ebd7746e1fba (diff)
downloadvaadin-framework-b7eb95faaf77db6d8113bb30b199a76f467fb221.tar.gz
vaadin-framework-b7eb95faaf77db6d8113bb30b199a76f467fb221.zip
Update jetty version to non-security alert (#11266)
* Update jetty version to non-security alert * Remove out-dated comments.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index f52f59f6af..d75246975d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,11 +47,8 @@
<!-- Dependency unpack directory -->
<dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory>
-
- <!-- Cannot use 9.3 or 9.4 because they sometimes reset the connection
- too early in case of errors -->
- <!-- See e.g. https://issues.apache.org/jira/browse/SOLR-8453 -->
- <jetty.version>9.2.9.v20150224</jetty.version>
+
+ <jetty.version>9.2.26.v20180806</jetty.version>
<!-- Sonar properties -->
<sonar.java.source>8</sonar.java.source>