From 9b9df19e72f9729d16911669ecff27b774d5e52c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 06:39:23 +0000 Subject: [PATCH] Bump jettyVersion from 9.4.20.v20190813 to 9.4.21.v20190926 Bumps `jettyVersion` from 9.4.20.v20190813 to 9.4.21.v20190926. Updates `jetty-server` from 9.4.20.v20190813 to 9.4.21.v20190926 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.20.v20190813...jetty-9.4.21.v20190926) Updates `jetty-servlet` from 9.4.20.v20190813 to 9.4.21.v20190926 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.20.v20190813...jetty-9.4.21.v20190926) Updates `jetty-servlets` from 9.4.20.v20190813 to 9.4.21.v20190926 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.20.v20190813...jetty-9.4.21.v20190926) 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 d61b7876f..67838fbc6 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ subprojects { sourceCompatibility=1.8 ext { - jettyVersion = '9.4.20.v20190813' + jettyVersion = '9.4.21.v20190926' log4jVersion = '2.12.1' slf4jVersion = '1.7.28' }