From 6a6a46e54a292f5f3a55dcde0d7e8ffb00151faa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 3 Dec 2020 04:29:58 +0000 Subject: [PATCH] Bump jettyVersion from 9.4.29.v20200521 to 9.4.35.v20201120 Bumps `jettyVersion` from 9.4.29.v20200521 to 9.4.35.v20201120. Updates `jetty-server` from 9.4.29.v20200521 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.29.v20200521...jetty-9.4.35.v20201120) Updates `jetty-servlet` from 9.4.29.v20200521 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.29.v20200521...jetty-9.4.35.v20201120) Updates `jetty-servlets` from 9.4.29.v20200521 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.29.v20200521...jetty-9.4.35.v20201120) 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 83f379537..c299fc82f 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ subprojects { guiceVersion = '4.2.3' jacksonVersion = '2.11.1' javassistVersion = '3.27.0-GA' - jettyVersion = '9.4.29.v20200521' + jettyVersion = '9.4.35.v20201120' log4jVersion = '2.13.3' nettyVersion = '4.1.50.Final' slf4jVersion = '1.7.30'