From 66975a2a6db361e3b7ef4de9b3d58b8beb5e7784 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 May 2020 17:19:53 +0000 Subject: [PATCH] Bump jettyVersion from 9.4.27.v20200227 to 9.4.29.v20200521 Bumps `jettyVersion` from 9.4.27.v20200227 to 9.4.29.v20200521. Updates `jetty-server` from 9.4.27.v20200227 to 9.4.29.v20200521 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.29.v20200521) Updates `jetty-servlet` from 9.4.27.v20200227 to 9.4.29.v20200521 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.29.v20200521) Updates `jetty-servlets` from 9.4.27.v20200227 to 9.4.29.v20200521 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.27.v20200227...jetty-9.4.29.v20200521) 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 11ee65307..74827380f 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ subprojects { guiceVersion = '4.2.3' jacksonVersion = '2.10.3' javassistVersion = '3.27.0-GA' - jettyVersion = '9.4.27.v20200227' + jettyVersion = '9.4.29.v20200521' log4jVersion = '2.13.1' nettyVersion = '4.1.50.Final' slf4jVersion = '1.7.30'