Update dropwizard to 1.3.10
This commit is contained in:
parent
35116f9229
commit
a88e6ec534
2
pom.xml
2
pom.xml
|
@ -15,7 +15,7 @@
|
|||
</modules>
|
||||
|
||||
<properties>
|
||||
<dropwizard.version>1.3.9</dropwizard.version>
|
||||
<dropwizard.version>1.3.10</dropwizard.version>
|
||||
<jackson.api.version>2.9.8</jackson.api.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<TextSecureServer.version>2.59</TextSecureServer.version>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<dependency>
|
||||
<groupId>org.eclipse.jetty.websocket</groupId>
|
||||
<artifactId>websocket-server</artifactId>
|
||||
<version>9.4.14.v20181114</version>
|
||||
<version>9.4.17.v20190418</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.protobuf</groupId>
|
||||
|
|
Loading…
Reference in New Issue