diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-11-26 13:13:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 13:13:00 +0200 |
commit | eaa5bf545bdb9dace0276dea771128db911a866b (patch) | |
tree | deec88ecb442653b39e9b0bb2d009912908d4361 /test | |
parent | 00159ed3d272ffc9a5cdbd1c44d06e071e685dd8 (diff) | |
download | vaadin-framework-eaa5bf545bdb9dace0276dea771128db911a866b.tar.gz vaadin-framework-eaa5bf545bdb9dace0276dea771128db911a866b.zip |
Bump jetty.version from 9.4.17.v20190418 to 9.4.34.v20201102 (#12149)
* Bump jetty.version from 9.4.17.v20190418 to 9.4.34.v20201102
Bumps `jetty.version` from 9.4.17.v20190418 to 9.4.34.v20201102.
Updates `jetty-server` from 9.4.17.v20190418 to 9.4.34.v20201102
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102)
Updates `jetty-servlets` from 9.4.17.v20190418 to 9.4.34.v20201102
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102)
Updates `websocket-server` from 9.4.17.v20190418 to 9.4.34.v20201102
Updates `jetty-webapp` from 9.4.17.v20190418 to 9.4.34.v20201102
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102)
Updates `jetty-util` from 9.4.17.v20190418 to 9.4.34.v20201102
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102)
Updates `jetty-proxy` from 9.4.17.v20190418 to 9.4.34.v20201102
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102)
Updates `jetty-maven-plugin` from 9.4.17.v20190418 to 9.4.34.v20201102
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.17.v20190418...jetty-9.4.34.v20201102)
Signed-off-by: dependabot[bot] <support@github.com>
* Merge branch 'master' into dependabot/maven/jetty.version-9.4.34.v20201102
* Test fixes
Diffstat (limited to 'test')
-rw-r--r-- | test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pom.xml b/test/pom.xml index 0ead58af3b..8282936ca2 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -11,7 +11,7 @@ <properties> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> - <jetty.version>9.3.7.v20160115</jetty.version> + <jetty.version>9.4.34.v20201102</jetty.version> <phantomjs.version>2.1.1</phantomjs.version> <vaadin.version>${project.version}</vaadin.version> <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> |