Update to Dropwizard 2.0.13.

This commit is contained in:
Jon Chambers 2020-10-14 17:37:51 -04:00 committed by Jon Chambers
parent 85c7347899
commit 9535f399f2
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</modules>
<properties>
<dropwizard.version>2.0.10</dropwizard.version>
<dropwizard.version>2.0.13</dropwizard.version>
<resilience4j.version>1.5.0</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.10</version>
<version>2.0.13</version>
</parent>