Update dropwizard to 1.3.9
This commit is contained in:
parent
c009a56825
commit
e49d7b4ec2
4
pom.xml
4
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<version>2.39</version>
|
||||
|
||||
<properties>
|
||||
<dropwizard.version>1.3.8</dropwizard.version>
|
||||
<dropwizard.version>1.3.9</dropwizard.version>
|
||||
<jackson.api.version>2.9.8</jackson.api.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
@ -102,7 +102,7 @@
|
|||
<dependency>
|
||||
<groupId>org.whispersystems</groupId>
|
||||
<artifactId>websocket-resources</artifactId>
|
||||
<version>0.5.9</version>
|
||||
<version>0.5.10</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.whispersystems</groupId>
|
||||
|
|
Loading…
Reference in New Issue