From 0f13fc15af94394ec3adaea4ed1dc5e4a7b7bb26 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 08:46:17 +0000 Subject: [PATCH] Bump dropwizard_version from 1.3.11 to 1.3.12 Bumps `dropwizard_version` from 1.3.11 to 1.3.12. Updates `dropwizard-core` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-assets` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-auth` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-client` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-configuration` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-jdbi` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-logging` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-views` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) Updates `dropwizard-testing` from 1.3.11 to 1.3.12 - [Release notes](https://github.com/dropwizard/dropwizard/releases) - [Changelog](https://github.com/dropwizard/dropwizard/blob/master/RELEASES.md) - [Commits](https://github.com/dropwizard/dropwizard/compare/v1.3.11...v1.3.12) --- external-dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external-dependencies.gradle b/external-dependencies.gradle index f3f0fdfc5..ddbda84e1 100644 --- a/external-dependencies.gradle +++ b/external-dependencies.gradle @@ -1,5 +1,5 @@ ext { - dropwizard_version = '1.3.11' + dropwizard_version = '1.3.12' dropwizard_metrics_version = '4.1.0' jersey_version = '2.25.1' jackson_version = '2.9.9'