Bump dropwizard version to 0.9.2

// FREEBIE
This commit is contained in:
Moxie Marlinspike 2016-06-12 13:49:50 -07:00
parent 13a75adba9
commit 6a80ce878f
1 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
<version>0.98</version>
<properties>
<dropwizard.version>0.9.0-rc3</dropwizard.version>
<dropwizard.version>0.9.2</dropwizard.version>
</properties>
<dependencies>
@ -94,12 +94,12 @@
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>websocket-resources</artifactId>
<version>0.3.2</version>
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>org.whispersystems</groupId>
<artifactId>dropwizard-simpleauth</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
<dependency>