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' }