Update Dropwizard to 2.0.10.

This commit is contained in:
Jon Chambers 2020-06-17 09:21:48 -04:00
parent 21eb9df85f
commit e53a7f65b8
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</modules>
<properties>
<dropwizard.version>2.0.8</dropwizard.version>
<dropwizard.version>2.0.10</dropwizard.version>
<resilience4j.version>0.14.1</resilience4j.version>
<mockito.version>2.25.1</mockito.version>
@ -27,7 +27,7 @@
<parent>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-dependencies</artifactId>
<version>2.0.2</version>
<version>2.0.10</version>
</parent>