diff options
author | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2018-10-24 15:43:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-24 15:43:15 +0300 |
commit | b7eb95faaf77db6d8113bb30b199a76f467fb221 (patch) | |
tree | 28025e2c5da2bacc7720b546464ebf83f0fd9dfb /pom.xml | |
parent | 5a9cd49321d57822ff8d603fea81ebd7746e1fba (diff) | |
download | vaadin-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.xml | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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> |