From fcf0e413826a29b9745fe30b964cfda5cffd1adb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:26:54 +0000 Subject: [PATCH] Bump jettyVersion from 9.4.29.v20200521 to 9.4.30.v20200611 Bumps `jettyVersion` from 9.4.29.v20200521 to 9.4.30.v20200611. Updates `jetty-server` from 9.4.29.v20200521 to 9.4.30.v20200611 - [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.30.v20200611) Updates `jetty-servlet` from 9.4.29.v20200521 to 9.4.30.v20200611 - [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.30.v20200611) Updates `jetty-servlets` from 9.4.29.v20200521 to 9.4.30.v20200611 - [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.30.v20200611) 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 a098abb13..2e0e9e527 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ subprojects { guiceVersion = '4.2.3' jacksonVersion = '2.10.3' javassistVersion = '3.27.0-GA' - jettyVersion = '9.4.29.v20200521' + jettyVersion = '9.4.30.v20200611' log4jVersion = '2.13.1' nettyVersion = '4.1.50.Final' slf4jVersion = '1.7.30'