Skip to content

Commit

Permalink
Update Dropwizard to v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 21, 2023
1 parent 48e2e8b commit 2fc38ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'

}

Expand Down

0 comments on commit 2fc38ed

Please sign in to comment.