build(deps): Bump com.nulab-inc:zxcvbn from 1.8.2 to 1.9.0 (#256)

Bumps [com.nulab-inc:zxcvbn](https://github.com/nulab/zxcvbn4j) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/nulab/zxcvbn4j/releases)
- [Changelog](https://github.com/nulab/zxcvbn4j/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nulab/zxcvbn4j/compare/1.8.2...1.9.0)

---
updated-dependencies:
- dependency-name: com.nulab-inc:zxcvbn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-09 17:55:34 +03:00 committed by GitHub
parent a71ae17e5c
commit d14c188aa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ yubiKit = "2.5.0"
zip4j = "2.11.5"
# https://github.com/nulab/zxcvbn4j
# We use it to calculate password strength.
zxcvbn4j = "1.8.2"
zxcvbn4j = "1.9.0"
# https://github.com/zxing/zxing
zxing = "3.5.3"