0
0
mirror of https://github.com/signalapp/Signal-Server.git synced 2024-09-20 03:52:16 +02:00

Revert "Update dropwizard to 1.3.10"

This reverts commit a88e6ec534.
This commit is contained in:
Moxie Marlinspike 2019-05-06 14:28:46 -07:00
parent b5eca401c6
commit b77bc28a79
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
</modules>
<properties>
<dropwizard.version>1.3.10</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>
<TextSecureServer.version>2.60</TextSecureServer.version>

View File

@ -16,7 +16,7 @@
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>9.4.17.v20190418</version>
<version>9.4.14.v20181114</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>