This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch upgrade-dropwizard-4.0.2 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit db46bf7dc411a0b2d37914a272799f5d45aa382a Author: Robert Newson <[email protected]> AuthorDate: Mon Oct 2 23:41:13 2023 +0100 upgrade dropwizard --- nouveau/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nouveau/build.gradle b/nouveau/build.gradle index 2bc4b0f7b..2f863c702 100644 --- a/nouveau/build.gradle +++ b/nouveau/build.gradle @@ -17,7 +17,7 @@ repositories { } dependencies { - implementation platform('io.dropwizard:dropwizard-dependencies:4.0.1') + implementation platform('io.dropwizard:dropwizard-dependencies:4.0.2') implementation 'io.dropwizard:dropwizard-core' implementation 'io.dropwizard:dropwizard-http2' implementation 'io.dropwizard.metrics:metrics-core'
