Implemented bcrypt into the pom.xml

This commit is contained in:
2024-02-15 16:41:13 +01:00
parent 33b9480294
commit 636ff60c30

View File

@ -142,6 +142,13 @@
<version>1.2.0</version>
</dependency>
<!-- Bcrypt -->
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.10.2</version>
</dependency>
</dependencies>
</project>