From a50d9bb286271e235b823a653ae0ed0d4f82c57d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:12:56 +0000 Subject: [PATCH] Bump io.dropwizard:dropwizard-dependencies from 4.0.6 to 4.0.7 Bumps io.dropwizard:dropwizard-dependencies from 4.0.6 to 4.0.7. --- updated-dependencies: - dependency-name: io.dropwizard:dropwizard-dependencies dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1629c898..743196c2 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ wrapper { description = 'Dropwizard guice integration' ext { - dropwizard = '4.0.6' + dropwizard = '4.0.7' guice = '7.0.0' hk2 = '3.0.5' spockJunit5 = '1.2.0'