From 69e1efc1dd11f3f5388da463eefe854e74155145 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 11:44:15 +0000 Subject: [PATCH] Bump jettyVersion from 9.4.26.v20200117 to 9.4.27.v20200227 Bumps `jettyVersion` from 9.4.26.v20200117 to 9.4.27.v20200227. Updates `jetty-server` from 9.4.26.v20200117 to 9.4.27.v20200227 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.26.v20200117...jetty-9.4.27.v20200227) Updates `jetty-servlet` from 9.4.26.v20200117 to 9.4.27.v20200227 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.26.v20200117...jetty-9.4.27.v20200227) Updates `jetty-servlets` from 9.4.26.v20200117 to 9.4.27.v20200227 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.26.v20200117...jetty-9.4.27.v20200227) 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 2435275db..d7ed84341 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ subprojects { ext { bcpVersion = '1.64' jacksonVersion = '2.10.3' - jettyVersion = '9.4.26.v20200117' + jettyVersion = '9.4.27.v20200227' log4jVersion = '2.13.1' slf4jVersion = '1.7.30' }