Updated library versions and move password saving to scrypt.

This commit is contained in:
Nikki
2014-04-29 18:47:43 -04:00
parent 96e7ea97c5
commit c197010bb4
4 changed files with 36 additions and 5 deletions
+7 -2
View File
@@ -30,12 +30,12 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby-complete</artifactId>
<version>1.7.10</version>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>16.0</version>
<version>17.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
@@ -43,5 +43,10 @@
<version>4.0.15.Final</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.lambdaworks</groupId>
<artifactId>scrypt</artifactId>
<version>1.4.0</version>
</dependency>
</dependencies>
</project>