From 02917ec7f6eb11d944f3fbf3c8159ea0025567e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 19:53:28 +0000 Subject: [PATCH] Bump dropwizardVersion from 2.1.0 to 2.1.5 Bumps `dropwizardVersion` from 2.1.0 to 2.1.5. Updates `io.dropwizard:dropwizard-auth` from 2.1.0 to 2.1.5 Updates `io.dropwizard:dropwizard-core` from 2.1.0 to 2.1.5 Updates `io.dropwizard:dropwizard-jdbi3` from 2.1.0 to 2.1.5 Updates `io.dropwizard:dropwizard-testing` from 2.1.0 to 2.1.5 --- updated-dependencies: - dependency-name: io.dropwizard:dropwizard-auth dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard:dropwizard-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard:dropwizard-jdbi3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.dropwizard:dropwizard-testing 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 3610ab2f8e5..cf8e763e18d 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ subprojects { commonsMathVersion = '3.6.1' commonsTextVersion = '1.10.0' databaseRiderVersion = '1.36.0' - dropwizardVersion = '2.1.0' + dropwizardVersion = '2.1.5' dropwizardWebsocketsVersion = '1.3.14' equalsVerifierVersion = '3.14' feignCoreVersion = '12.2'