This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch dropwizard-5 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit c4ed65f2a091544ea48af83970e487307d900507 Author: Robert Newson <[email protected]> AuthorDate: Sat Mar 28 18:59:48 2026 +0000 upgrade to dropwizard 5.0.1 --- extra/nouveau/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/nouveau/build.gradle b/extra/nouveau/build.gradle index a9fb5454d..2b76d010f 100644 --- a/extra/nouveau/build.gradle +++ b/extra/nouveau/build.gradle @@ -16,7 +16,7 @@ repositories { } dependencies { - implementation platform('io.dropwizard:dropwizard-dependencies:4.0.17') + implementation platform('io.dropwizard:dropwizard-dependencies:5.0.1') implementation 'io.dropwizard:dropwizard-core' implementation 'io.dropwizard:dropwizard-http2' implementation 'io.dropwizard.metrics:metrics-core'
