Browse Source

update to Jetty 9.4 (#11411)

tags/7.7.16
Olli Tietäväinen 5 years ago
parent
commit
0c77a3eba2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -48,7 +48,7 @@
<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 -->
<jetty.version>9.2.9.v20150224</jetty.version>
<jetty.version>9.4.14.v20181114</jetty.version>
<phantomjs.version>2.1.1</phantomjs.version>
</properties>


Loading…
Cancel
Save