From 2fc38ed077b54a6d16e422a79ff764bd0350381a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:22:55 +0000 Subject: [PATCH] Update Dropwizard to v4.0.5 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index e798d6d84..045c27f5b 100755 --- a/build.gradle +++ b/build.gradle @@ -190,7 +190,7 @@ project("${rootProject.name}-backend") { annotationProcessor 'org.hibernate:hibernate-validator-annotation-processor:8.0.1.Final' - implementation 'io.dropwizard:dropwizard-core:4.0.4' + implementation 'io.dropwizard:dropwizard-core:4.0.5' implementation 'xyz.morphia.morphia:core:1.4.0' implementation 'xyz.morphia.morphia:logging-slf4j:1.4.0' implementation 'org.mongodb:mongo-java-driver:3.12.14' @@ -287,7 +287,7 @@ project("${rootProject.name}-app") { implementation project(":${rootProject.name}-backend") implementation project(":${rootProject.name}-frontend") - implementation 'io.dropwizard:dropwizard-assets:4.0.4' + implementation 'io.dropwizard:dropwizard-assets:4.0.5' }