diff --git a/CHANGELOG.md b/CHANGELOG.md index 14d3aa5b..b03f73b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -* Update to dropwizard 3.0.9 +* Update to dropwizard 3.0.11 * Improve guice bindings report: - fixed scope accuracy for linked bindings diff --git a/build.gradle b/build.gradle index 9f4f73db..f122f5ac 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ wrapper { description = 'Dropwizard guice integration' ext { - dropwizard = '3.0.9' + dropwizard = '3.0.11' guice = '6.0.0' hk2 = '2.6.1' spockJunit5 = '1.2.0'