From 6fecc8d797a49d855d4e1795d8fdd26fd0d6c1ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 8 Dec 2020 05:31:41 +0000 Subject: [PATCH] Bump jettyVersion from 9.4.35.v20201120 to 11.0.0 Bumps `jettyVersion` from 9.4.35.v20201120 to 11.0.0. Updates `jetty-server` from 9.4.35.v20201120 to 11.0.0 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-11.0.0) Updates `jetty-servlet` from 9.4.35.v20201120 to 11.0.0 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-11.0.0) Updates `jetty-servlets` from 9.4.35.v20201120 to 11.0.0 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.35.v20201120...jetty-11.0.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 35c582609..d179cbb22 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ subprojects { guiceVersion = '4.2.3' jacksonVersion = '2.12.0' javassistVersion = '3.27.0-GA' - jettyVersion = '9.4.35.v20201120' + jettyVersion = '11.0.0' log4jVersion = '2.14.0' nettyVersion = '4.1.54.Final' littleProxyVersion = '2.0.1'