From b8c10312d1c19ca6eaa355db77fc0d3f15cdd96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jun 2021 06:12:38 +0000 Subject: [PATCH] Bump zxcvbn from 1.5.0 to 1.5.2 Bumps [zxcvbn](https://github.com/nulab/zxcvbn4j) from 1.5.0 to 1.5.2. - [Release notes](https://github.com/nulab/zxcvbn4j/releases) - [Changelog](https://github.com/nulab/zxcvbn4j/blob/master/CHANGELOG.md) - [Commits](https://github.com/nulab/zxcvbn4j/compare/1.5.0...1.5.2) --- updated-dependencies: - dependency-name: com.nulab-inc:zxcvbn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- vector/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vector/build.gradle b/vector/build.gradle index 9f4d751878..e37dc5c16e 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -396,7 +396,7 @@ dependencies { implementation 'androidx.browser:browser:1.3.0' // Passphrase strength helper - implementation 'com.nulab-inc:zxcvbn:1.5.0' + implementation 'com.nulab-inc:zxcvbn:1.5.2' //Alerter implementation 'com.tapadoo.android:alerter:7.0.1'