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

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

commit 78309a678c8f34e49be531b003c4effddacca380
Author: Robert Newson <[email protected]>
AuthorDate: Tue May 7 21:04:04 2024 +0100

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

diff --git a/nouveau/build.gradle b/nouveau/build.gradle
index 01e081f0e..7e7289bdf 100644
--- a/nouveau/build.gradle
+++ b/nouveau/build.gradle
@@ -16,7 +16,7 @@ repositories {
 }
 
 dependencies {
-    implementation platform('io.dropwizard:dropwizard-dependencies:4.0.6')
+    implementation platform('io.dropwizard:dropwizard-dependencies:4.0.7')
     implementation 'io.dropwizard:dropwizard-core'
     implementation 'io.dropwizard:dropwizard-http2'
     implementation 'io.dropwizard.metrics:metrics-core'

Reply via email to