1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-15 18:56:18 +00:00

Upgrade bcrypt library + explain env variables

This commit is contained in:
Vec7or
2020-12-31 07:46:00 +01:00
committed by GitHub
parent 36e5a9747b
commit af15116bf9
5 changed files with 140 additions and 11 deletions

View File

@@ -91,10 +91,11 @@
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</dependency>
<dependency>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.9.0</version>
</dependency>
<dependency>