Bump bcrypt from 0.6.0 to 0.7.0 (#1733)

Bumps [bcrypt](https://github.com/patrickfav/bcrypt) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/patrickfav/bcrypt/releases)
- [Changelog](https://github.com/patrickfav/bcrypt/blob/master/CHANGELOG)
- [Commits](https://github.com/patrickfav/bcrypt/compare/v0.6.0...v0.7.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2019-01-28 21:03:19 +01:00 committed by Gabriele C
parent 8d32b56852
commit 4a57679f6f

View File

@ -795,7 +795,7 @@
<dependency>
<groupId>at.favre.lib</groupId>
<artifactId>bcrypt</artifactId>
<version>0.6.0</version>
<version>0.7.0</version>
<optional>true</optional>
</dependency>