From 4e8691cbb2ff2b8c02b1f9fb31e0d6e445406247 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 15:23:04 +0000 Subject: [PATCH] Bump jettyVersion from 9.4.29.v20200521 to 9.4.32.v20200930 Bumps `jettyVersion` from 9.4.29.v20200521 to 9.4.32.v20200930. Updates `jetty-server` from 9.4.29.v20200521 to 9.4.32.v20200930 - [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.32.v20200930) Updates `jetty-servlet` from 9.4.29.v20200521 to 9.4.32.v20200930 - [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.32.v20200930) Updates `jetty-servlets` from 9.4.29.v20200521 to 9.4.32.v20200930 - [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.32.v20200930) 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 3c24d0d25..f59e9e949 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.29.v20200521' + jettyVersion = '9.4.32.v20200930' log4jVersion = '2.13.1' nettyVersion = '4.1.50.Final' slf4jVersion = '1.7.30'