Browse Source

Use latest jetty 9.4 version for servlet test (#12448)

tags/8.15.0
Zhe Sun 2 years ago
parent
commit
c425e1baac
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/servlet-containers/jetty9/pom.xml

+ 1
- 1
test/servlet-containers/jetty9/pom.xml View File

@@ -12,7 +12,7 @@
<packaging>war</packaging>
<properties>
<jetty.skip>false</jetty.skip>
<jetty.version>9.3.21.v20170918</jetty.version>
<jetty.version>9.4.38.v20210224</jetty.version>
<server.name>jetty9</server.name>
</properties>


Loading…
Cancel
Save