This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch dropwizard-4.0.4
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit df56e4f025b0dc215731b9b656543d73ab3645a7
Author: Robert Newson <rnew...@apache.org>
AuthorDate: Fri Nov 17 10:22:36 2023 +0000

    upgrade dropwizard to 4.0.4
---
 nouveau/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nouveau/build.gradle b/nouveau/build.gradle
index 454f1b5f1..119e8687d 100644
--- a/nouveau/build.gradle
+++ b/nouveau/build.gradle
@@ -17,7 +17,7 @@ repositories {
 }
 
 dependencies {
-    implementation platform('io.dropwizard:dropwizard-dependencies:4.0.3')
+    implementation platform('io.dropwizard:dropwizard-dependencies:4.0.4')
     implementation 'io.dropwizard:dropwizard-core'
     implementation 'io.dropwizard:dropwizard-http2'
     implementation 'io.dropwizard.metrics:metrics-core'

Reply via email to