From 478876216adb98eddb5296426a2e119aef2b2820 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 13 Jun 2019 08:17:59 +0000 Subject: [PATCH] Bump jetty_version from 9.4.18.v20190429 to 9.4.19.v20190610 Bumps `jetty_version` from 9.4.18.v20190429 to 9.4.19.v20190610. Updates `jetty-continuation` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-http` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-io` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-security` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-server` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-servlet` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-servlets` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-util` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-webapp` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Updates `jetty-xml` from 9.4.18.v20190429 to 9.4.19.v20190610 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.18.v20190429...jetty-9.4.19.v20190610) Signed-off-by: dependabot-preview[bot] --- external-dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-dependencies.gradle b/external-dependencies.gradle index f3f0fdfc5..e28f1cf4f 100644 --- a/external-dependencies.gradle +++ b/external-dependencies.gradle @@ -3,7 +3,7 @@ ext { dropwizard_metrics_version = '4.1.0' jersey_version = '2.25.1' jackson_version = '2.9.9' - jetty_version = '9.4.18.v20190429' + jetty_version = '9.4.19.v20190610' jacksonDatabind = "com.fasterxml.jackson.core:jackson-databind:${jackson_version}"