diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-12-03 09:29:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 09:29:42 +0200 |
commit | 2df0e1b1cae4e930989abf09906d612add4dd0fd (patch) | |
tree | acb35569350969b823378e0726c0ec7b9f97a608 /test | |
parent | 1c734ae92dbe03e616ea926c0cc24f6173173450 (diff) | |
download | vaadin-framework-2df0e1b1cae4e930989abf09906d612add4dd0fd.tar.gz vaadin-framework-2df0e1b1cae4e930989abf09906d612add4dd0fd.zip |
Bump jetty.version from 9.4.34.v20201102 to 9.4.35.v20201120 (#12164)
Bumps `jetty.version` from 9.4.34.v20201102 to 9.4.35.v20201120.
Updates `jetty-server` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)
Updates `jetty-servlets` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)
Updates `websocket-server` from 9.4.34.v20201102 to 9.4.35.v20201120
Updates `jetty-webapp` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)
Updates `jetty-util` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)
Updates `jetty-proxy` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)
Updates `jetty-maven-plugin` from 9.4.34.v20201102 to 9.4.35.v20201120
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.34.v20201102...jetty-9.4.35.v20201120)
Signed-off-by: dependabot[bot] <support@github.com>
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 8282936ca2..20481fa912 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.4.34.v20201102</jetty.version> + <jetty.version>9.4.35.v20201120</jetty.version> <phantomjs.version>2.1.1</phantomjs.version> <vaadin.version>${project.version}</vaadin.version> <vaadin.plugin.version>${vaadin.version}</vaadin.plugin.version> |