From f6c9ffbb800b6efdc2b3789851d7b1ab8b562d32 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2020 07:11:06 +0000 Subject: [PATCH] Bump dropwizardVersion from 2.0.10 to 2.0.11 Bumps `dropwizardVersion` from 2.0.10 to 2.0.11. Updates `dropwizard-core` from 2.0.10 to 2.0.11 Updates `dropwizard-client` from 2.0.10 to 2.0.11 Updates `dropwizard-testing` from 2.0.10 to 2.0.11 Updates `dropwizard-auth` from 2.0.10 to 2.0.11 Updates `dropwizard-jdbi3` from 2.0.10 to 2.0.11 Updates `dropwizard-metrics` from 2.0.10 to 2.0.11 Updates `dropwizard-http2` from 2.0.10 to 2.0.11 Updates `dropwizard-migrations` from 2.0.10 to 2.0.11 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 96dd07eb8..799168188 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ ext { // Component dependencies activeMqVersion = "5.16.0" - dropwizardVersion = "2.0.10" + dropwizardVersion = "2.0.11" guavaVersion = "29.0-jre" jacksonVersion = "2.11.1" jdbiVersion = "3.14.1"